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

Unified Diff: chrome/browser/browser_init.cc

Issue 3026006: Fixed problems with initial locale change freezing Chrome OS on the device.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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/browser_init.cc
===================================================================
--- chrome/browser/browser_init.cc (revision 52817)
+++ chrome/browser/browser_init.cc (working copy)
@@ -469,19 +469,6 @@
return true;
}
-#if defined(OS_CHROMEOS)
-bool BrowserInit::ApplyServicesCustomization(
- const chromeos::ServicesCustomizationDocument* customization) {
- GURL welcome_url(customization->initial_start_page_url());
- DCHECK(welcome_url.is_valid()) << welcome_url;
- if (welcome_url.is_valid()) {
- AddFirstRunTab(welcome_url);
- }
- // TODO(denisromanov): Add extensions and web apps customization here.
- return true;
-}
-#endif
-
// LaunchWithProfile ----------------------------------------------------------
BrowserInit::LaunchWithProfile::LaunchWithProfile(

Powered by Google App Engine
This is Rietveld 408576698