Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h

Issue 1738073002: DevTools: introduce protocol::Value, baseline for hierarchical data in remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
index eeadab0123cd6ff5dbc757ed4670010330b8bdf5..f40a70276e5633c96b066e60ec871d7107eb2dd5 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
@@ -53,7 +53,6 @@ class LocalFrame;
class HTTPHeaderMap;
class InspectedFrames;
class InspectorFrontend;
-class JSONObject;
class KURL;
class NetworkResourcesData;
class ResourceError;
@@ -66,6 +65,10 @@ class XMLHttpRequest;
class WebSocketHandshakeRequest;
class WebSocketHandshakeResponse;
+namespace protocol {
+class DictionaryValue;
+}
+
typedef String ErrorString;
class CORE_EXPORT InspectorResourceAgent final : public InspectorBaseAgent<InspectorResourceAgent, protocol::Frontend::Network>, public protocol::Dispatcher::NetworkCommandHandler {

Powered by Google App Engine
This is Rietveld 408576698