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

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

Issue 6094004: Bring back 'navigated' notification for --remote-shell-port protocol (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/browser/debugger/inspectable_tab_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_devtools_bridge.h
===================================================================
--- chrome/browser/extensions/extension_devtools_bridge.h (revision 71789)
+++ chrome/browser/extensions/extension_devtools_bridge.h (working copy)
@@ -34,6 +34,8 @@
private:
void OnDispatchOnInspectorFrontend(const std::string& data);
+ virtual void FrameNavigating(const std::string& url) {}
+
// ID of the tab we are monitoring.
int tab_id_;
« no previous file with comments | « chrome/browser/debugger/inspectable_tab_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698