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

Unified Diff: chrome/browser/extensions/extension_devtools_bridge.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: chrome/browser/extensions/extension_devtools_bridge.h
diff --git a/chrome/browser/extensions/extension_devtools_bridge.h b/chrome/browser/extensions/extension_devtools_bridge.h
index d749476fd5ecedd2891bd245c368773bbaece79f..396b4a4807751e3124d917d4e4f547bc2ca3fdda 100644
--- a/chrome/browser/extensions/extension_devtools_bridge.h
+++ b/chrome/browser/extensions/extension_devtools_bridge.h
@@ -31,6 +31,8 @@ class ExtensionDevToolsBridge : public content::DevToolsClientHost {
virtual void ContentsReplaced(content::WebContents* new_contents) OVERRIDE;
+ virtual void ReplacedWithAnotherClient() OVERRIDE;
+
private:
virtual void FrameNavigating(const std::string& url) OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698