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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 6513010: WebUI: Get rid of more references to DOMUI in the rest of the directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/tab_contents/tab_contents.h
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
index 3812b626149f7d09baf1e0c0712bc89c2e5adca4..05382bfbfd9b4413308fcc3d5d5e334f33b693f9 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -814,7 +814,7 @@ class TabContents : public PageNavigator,
// Returns the WebUI for the current state of the tab. This will either be
// the pending WebUI, the committed WebUI, or NULL.
- WebUI* GetDOMUIForCurrentState();
+ WebUI* GetWebUIForCurrentState();
// Navigation helpers --------------------------------------------------------
//
@@ -991,7 +991,7 @@ class TabContents : public PageNavigator,
virtual void UpdateRenderViewSizeForRenderManager();
virtual void NotifySwappedFromRenderManager();
virtual NavigationController& GetControllerForRenderManager();
- virtual WebUI* CreateDOMUIForRenderManager(const GURL& url);
+ virtual WebUI* CreateWebUIForRenderManager(const GURL& url);
virtual NavigationEntry* GetLastCommittedNavigationEntryForRenderManager();
// Initializes the given renderer if necessary and creates the view ID
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_manager.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698