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

Unified Diff: chrome/browser/dom_ui/dom_ui_contents.h

Issue 21540: Add developer tools message forwarding to browser (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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/dom_ui/dom_ui.h ('k') | chrome/browser/dom_ui/dom_ui_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/dom_ui_contents.h
===================================================================
--- chrome/browser/dom_ui/dom_ui_contents.h (revision 10454)
+++ chrome/browser/dom_ui/dom_ui_contents.h (working copy)
@@ -12,7 +12,7 @@
#include "webkit/glue/webpreferences.h"
class DOMUI;
-class render_view_host;
+class RenderViewHost;
// FavIconSource is the gateway between network-level chrome:
// requests for favicons and the history backend that serves these.
@@ -113,6 +113,8 @@
virtual void RequestOpenURL(const GURL& url, const GURL& referrer,
WindowOpenDisposition disposition);
+ virtual void RenderViewCreated(RenderViewHost* render_view_host);
+
//
// TabContents overrides
//
@@ -120,7 +122,7 @@
const ViewHostMsg_FrameNavigate_Params& params) { }
virtual bool NavigateToPendingEntry(bool reload);
- // Return the scheme used. We currently use chrome:
+ // Return the scheme used. We currently use chrome-ui:
static const std::string GetScheme();
private:
« no previous file with comments | « chrome/browser/dom_ui/dom_ui.h ('k') | chrome/browser/dom_ui/dom_ui_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698