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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 338993006: DevTools: pass agent host id to the renderer (Blink). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Same w/ reattach. Created 6 years, 6 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
« no previous file with comments | « Source/core/inspector/InspectorResourceAgent.cpp ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 39abf226a56d8bb523a22f12ea8395884d6fea0c..8e1be878c49fb9d337bff40eb68a8cbc78e69223 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -86,6 +86,8 @@ public:
// WebDevToolsAgent implementation.
virtual void attach() OVERRIDE;
virtual void reattach(const WebString& savedState) OVERRIDE;
+ virtual void attach(const WebString& hostId) OVERRIDE;
+ virtual void reattach(const WebString& hostId, const WebString& savedState) OVERRIDE;
virtual void detach() OVERRIDE;
virtual void didNavigate() OVERRIDE;
virtual void didBeginFrame(int frameId) OVERRIDE;
@@ -140,7 +142,7 @@ private:
WebCore::InspectorController* inspectorController();
WebCore::LocalFrame* mainFrame();
- int m_hostId;
+ int m_debuggerId;
int m_layerTreeId;
WebDevToolsAgentClient* m_client;
WebViewImpl* m_webViewImpl;
« no previous file with comments | « Source/core/inspector/InspectorResourceAgent.cpp ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698