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

Unified Diff: chrome/browser/debugger/inspectable_tab_proxy.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 10 years 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/debugger/inspectable_tab_proxy.h
===================================================================
--- chrome/browser/debugger/inspectable_tab_proxy.h (revision 69688)
+++ chrome/browser/debugger/inspectable_tab_proxy.h (working copy)
@@ -80,7 +80,7 @@
private:
// Message handling routines
void OnDebuggerOutput(const std::string& msg);
- void FrameNavigate(const std::string& url);
+ void FrameNavigating(const std::string& url);
void TabClosed();
int32 id_;

Powered by Google App Engine
This is Rietveld 408576698