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

Unified Diff: content/browser/debugger/render_view_devtools_agent_host.h

Issue 10837296: Fix a bug where the inspector would not keep event pages alive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notification Created 8 years, 4 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: content/browser/debugger/render_view_devtools_agent_host.h
diff --git a/content/browser/debugger/render_view_devtools_agent_host.h b/content/browser/debugger/render_view_devtools_agent_host.h
index 6af060c9a6eaf623499977082dfd6f37ade513dd..d8dfbc95f373da6bb6c2740fcb894e4693360196 100644
--- a/content/browser/debugger/render_view_devtools_agent_host.h
+++ b/content/browser/debugger/render_view_devtools_agent_host.h
@@ -28,6 +28,7 @@ class CONTENT_EXPORT RenderViewDevToolsAgentHost
// DevToolsAgentHost implementation.
virtual void SendMessageToAgent(IPC::Message* msg) OVERRIDE;
+ virtual void NotifyClientOpening() OVERRIDE;
virtual void NotifyClientClosing() OVERRIDE;
virtual int GetRenderProcessId() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698