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

Unified Diff: content/public/browser/devtools_manager.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: rm debug logs 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/public/browser/devtools_manager.h
diff --git a/content/public/browser/devtools_manager.h b/content/public/browser/devtools_manager.h
index e10723d4b79cd067f24542ed22c5405cd898b1fe..c91cb2a0038c32e2fc6fca892bf29f38ac27af73 100644
--- a/content/public/browser/devtools_manager.h
+++ b/content/public/browser/devtools_manager.h
@@ -68,6 +68,9 @@ class CONTENT_EXPORT DevToolsManager {
virtual void AttachClientHost(int client_host_cookie,
DevToolsAgentHost* to_agent) = 0;
+ // Notification the the given client host is opening a window.
+ virtual void ClientHostOpening(DevToolsClientHost* client_host) = 0;
+
// This method will remove all references from the manager to the
// DevToolsClientHost and unregister all listeners related to the
// DevToolsClientHost. Called by closing client.

Powered by Google App Engine
This is Rietveld 408576698