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

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: 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/worker_devtools_manager.cc
diff --git a/content/browser/debugger/worker_devtools_manager.cc b/content/browser/debugger/worker_devtools_manager.cc
index 7b0de25cf5d00a83d85d914beb5fc2a3f7ededae..1e65596fa3a7dbdf408d98ae40e308c7ac07452f 100644
--- a/content/browser/debugger/worker_devtools_manager.cc
+++ b/content/browser/debugger/worker_devtools_manager.cc
@@ -153,6 +153,7 @@ class WorkerDevToolsManager::WorkerDevToolsAgentHost
worker_id_.second,
*message));
}
+ virtual void NotifyClientOpening() OVERRIDE {}
virtual void NotifyClientClosing() OVERRIDE {}
virtual int GetRenderProcessId() OVERRIDE { return -1; }

Powered by Google App Engine
This is Rietveld 408576698