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

Unified Diff: chrome/browser/debugger/devtools_client_host.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
« no previous file with comments | « no previous file | chrome/browser/debugger/devtools_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/devtools_client_host.h
===================================================================
--- chrome/browser/debugger/devtools_client_host.h (revision 69688)
+++ chrome/browser/debugger/devtools_client_host.h (working copy)
@@ -6,6 +6,8 @@
#define CHROME_BROWSER_DEBUGGER_DEVTOOLS_CLIENT_HOST_H_
#pragma once
+#include <string>
+
#include "base/basictypes.h"
namespace IPC {
@@ -34,6 +36,10 @@
// closing.
virtual void InspectedTabClosing() = 0;
+ // This method is called when tab inspected by this devtools client is
+ // navigating to |url|.
+ virtual void FrameNavigating(const std::string& url) {};
pfeldman 2011/01/18 16:03:48 This method can be a part of the devtools client i
Peter Rybin 2011/01/19 15:36:02 Done.
+
// Sends the message to the devtools client hosted by this object.
virtual void SendMessageToClient(const IPC::Message& msg) = 0;
« no previous file with comments | « no previous file | chrome/browser/debugger/devtools_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698