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

Unified Diff: chrome/browser/debugger/devtools_manager.h

Issue 60115: DevTools: tell agent it has client attached early (prior to the navigation). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « 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_manager.h
===================================================================
--- chrome/browser/debugger/devtools_manager.h (revision 13164)
+++ chrome/browser/debugger/devtools_manager.h (working copy)
@@ -53,7 +53,13 @@
// exists.
void InspectElement(WebContents* web_contents, int x, int y);
- private:
+ // Sends 'Attach' message to the agent using |target_host| in case
+ // there is a DevToolsClientHost registered for the |web_contents|.
+ void SendAttachToAgent(
+ const WebContents& web_contents,
+ RenderViewHost* target_host);
+
+private:
// NotificationObserver override.
virtual void Observe(NotificationType type,
const NotificationSource& source,
@@ -75,7 +81,6 @@
NavigationController* navigation_controller);
void StartListening(NavigationController* navigation_controller);
void StopListening(NavigationController* navigation_controller);
- void SendAttachToAgent(const WebContents& web_contents);
void SendDetachToAgent(const WebContents& web_contents);
// This object is not NULL iff there is at least one registered
« 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