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

Unified Diff: chrome/browser/browser_main.cc

Issue 6713082: Move WebUIFactory to chrome/browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove WebUISource references Created 9 years, 9 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/browser_url_handler.cc » ('j') | content/browser/browsing_instance.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_main.cc
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
index 19f4d6c7a7848605ee85ae23d0a9b70f1dd5ffba..4b549f72642ddd6856016963b1f04aefaed58dbc 100644
--- a/chrome/browser/browser_main.cc
+++ b/chrome/browser/browser_main.cc
@@ -1457,7 +1457,7 @@ int BrowserMain(const MainFunctionParams& parameters) {
PrefService* user_prefs = profile->GetPrefs();
DCHECK(user_prefs);
- // Override the default ContentBrowserClient to let Chrome participate in
+ // Override the default ContentBrowserClient and to let Chrome participate in
jam 2011/03/25 02:10:02 nit: it was written like that on purpose. putting
Evan Stade 2011/03/29 00:14:17 (besides the fact that it's ungrammatical now) I
// content logic. Must be done before any tabs are created.
chrome::ChromeContentBrowserClient browser_client;
content::GetContentClient()->set_browser(&browser_client);
« no previous file with comments | « no previous file | chrome/browser/browser_url_handler.cc » ('j') | content/browser/browsing_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698