Home
last modified time | relevance | path

Searched refs:json_notification (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/devtools/
Ddevtools_protocol.cc155 std::string json_notification; in Serialize() local
156 base::JSONWriter::Write(&notification, &json_notification); in Serialize()
157 return json_notification; in Serialize()