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

Unified Diff: chrome/browser/extensions/extension_devtools_bridge.cc

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.cc
diff --git a/chrome/browser/extensions/extension_devtools_bridge.cc b/chrome/browser/extensions/extension_devtools_bridge.cc
index 633c527f47f05acdeb0a1be3ffd63c75713bc37f..61e8943ded4f5628cf38fbbfaa3cbd162551e2ed 100644
--- a/chrome/browser/extensions/extension_devtools_bridge.cc
+++ b/chrome/browser/extensions/extension_devtools_bridge.cc
@@ -136,3 +136,6 @@ void ExtensionDevToolsBridge::ContentsReplaced(WebContents* new_contents) {
// We don't update the tab id as it needs to remain the same so that we can
// properly unregister.
}
+
+void ExtensionDevToolsBridge::ReplacedWithAnotherClient() {
+}

Powered by Google App Engine
This is Rietveld 408576698