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

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

Issue 11361034: DevTools: [remote debugging] emit Inspector.detached protocol message upon connectin termination. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment addressed Created 8 years, 1 month 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/devtools_frontend_host.h
diff --git a/content/browser/debugger/devtools_frontend_host.h b/content/browser/debugger/devtools_frontend_host.h
index 339cc2f8365a491fc6d0547cab09ffc8e5a071a0..3bd1020a448f3de092e5b035abedcff8447ed11b 100644
--- a/content/browser/debugger/devtools_frontend_host.h
+++ b/content/browser/debugger/devtools_frontend_host.h
@@ -35,6 +35,7 @@ class DevToolsFrontendHost : public DevToolsClientHost,
virtual void InspectedContentsClosing() OVERRIDE;
virtual void FrameNavigating(const std::string& url) OVERRIDE;
virtual void ContentsReplaced(WebContents* new_contents) OVERRIDE;
+ virtual void ReplacedWithAnotherClient() OVERRIDE;
// RenderViewHostObserver overrides.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698