Searched refs:json_str (Results 1 – 1 of 1) sorted by relevance
244 string json_str; in DumpContext() local246 value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &json_str); in DumpContext()247 base::TrimWhitespaceASCII(json_str, base::TRIM_TRAILING, &json_str); in DumpContext()249 return json_str; in DumpContext()