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

Unified Diff: chrome/browser/renderer_host/site_instance.cc

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/renderer_host/site_instance.cc
diff --git a/chrome/browser/renderer_host/site_instance.cc b/chrome/browser/renderer_host/site_instance.cc
index 11d4f53231b6e12c04161f4f48e6a81c513ff021..76d33fb853242ae4cd656230fac85bc4aa6076bc 100644
--- a/chrome/browser/renderer_host/site_instance.cc
+++ b/chrome/browser/renderer_host/site_instance.cc
@@ -212,7 +212,7 @@ RenderProcessHost::Type SiteInstance::RendererTypeForURL(const GURL& url) {
// TODO(erikkay) creis recommends using UseWebUIForURL instead.
if (WebUIFactory::HasWebUIScheme(url))
- return RenderProcessHost::TYPE_DOMUI;
+ return RenderProcessHost::TYPE_WEBUI;
return RenderProcessHost::TYPE_NORMAL;
}
« no previous file with comments | « chrome/browser/renderer_host/render_view_host.cc ('k') | chrome/browser/renderer_host/test/render_process_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698