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

Unified Diff: chrome/browser/browser_init.cc

Issue 2878056: Put back 53641 - Landing OEM customization CL for Denis... (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
« no previous file with comments | « chrome/browser/browser_init.h ('k') | chrome/browser/browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_init.cc
===================================================================
--- chrome/browser/browser_init.cc (revision 53758)
+++ chrome/browser/browser_init.cc (working copy)
@@ -462,19 +462,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(
« no previous file with comments | « chrome/browser/browser_init.h ('k') | chrome/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698