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

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: yurys 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..82cdc168ff4e52bf5cad50193d0c07e6b5586c8c 100644
--- a/content/browser/debugger/render_view_devtools_agent_host.h
+++ b/content/browser/debugger/render_view_devtools_agent_host.h
@@ -28,7 +28,8 @@ class CONTENT_EXPORT RenderViewDevToolsAgentHost
// DevToolsAgentHost implementation.
virtual void SendMessageToAgent(IPC::Message* msg) OVERRIDE;
- virtual void NotifyClientClosing() OVERRIDE;
+ virtual void NotifyClientAttaching() OVERRIDE;
+ virtual void NotifyClientDetaching() OVERRIDE;
virtual int GetRenderProcessId() OVERRIDE;
// content::RenderViewHostObserver overrides.
« no previous file with comments | « content/browser/debugger/devtools_manager_impl.cc ('k') | content/browser/debugger/render_view_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698