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

Unified Diff: content/browser/debugger/worker_devtools_manager.cc

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/worker_devtools_manager.cc
diff --git a/content/browser/debugger/worker_devtools_manager.cc b/content/browser/debugger/worker_devtools_manager.cc
index 7b0de25cf5d00a83d85d914beb5fc2a3f7ededae..298943e9c995f5e937185ac7c0a299115eb10e82 100644
--- a/content/browser/debugger/worker_devtools_manager.cc
+++ b/content/browser/debugger/worker_devtools_manager.cc
@@ -153,7 +153,8 @@ class WorkerDevToolsManager::WorkerDevToolsAgentHost
worker_id_.second,
*message));
}
- virtual void NotifyClientClosing() OVERRIDE {}
+ virtual void NotifyClientAttaching() OVERRIDE {}
+ virtual void NotifyClientDetaching() OVERRIDE {}
virtual int GetRenderProcessId() OVERRIDE { return -1; }
WorkerId worker_id_;
« no previous file with comments | « content/browser/debugger/render_view_devtools_agent_host.cc ('k') | content/public/browser/notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698