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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h

Issue 1888673002: [DevTools] Move style sheet content storage from css agent to resource loader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index 406919dc4fcd87e8d9bf2bbacd794dd06be2e8d2..49c95c12eb9c60346133c579a030f51994c5591b 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -49,6 +49,7 @@ namespace blink {
class GraphicsLayer;
class InspectedFrames;
class InspectorOverlay;
+class InspectorResourceContainer;
class InspectorResourceContentLoader;
class LocalFrame;
class Page;
@@ -152,6 +153,7 @@ private:
Member<InspectorResourceContentLoader> m_resourceContentLoader;
Member<InspectorOverlay> m_overlay;
Member<InspectedFrames> m_inspectedFrames;
+ Member<InspectorResourceContainer> m_resourceContainer;
OwnPtr<V8InspectorSession> m_v8Session;
Member<InspectorDOMAgent> m_domAgent;

Powered by Google App Engine
This is Rietveld 408576698