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

Unified Diff: chrome/browser/extensions/component_loader.cc

Issue 289693002: Removed "disable-first-run-ui" flag and switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/chromeos/first_run/first_run.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index 0696ada8a65f357108c7c33fb75579fffcffabb7..e48885b06e2fb7ce6e813217f7febe75554fb939 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -517,10 +517,8 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages(
base::FilePath(FILE_PATH_LITERAL("chromeos/wallpaper_manager")));
}
- if (!command_line->HasSwitch(chromeos::switches::kDisableFirstRunUI)) {
- Add(IDR_FIRST_RUN_DIALOG_MANIFEST,
- base::FilePath(FILE_PATH_LITERAL("chromeos/first_run/app")));
- }
+ Add(IDR_FIRST_RUN_DIALOG_MANIFEST,
+ base::FilePath(FILE_PATH_LITERAL("chromeos/first_run/app")));
Add(IDR_NETWORK_CONFIGURATION_MANIFEST,
base::FilePath(FILE_PATH_LITERAL("chromeos/network_configuration")));
« no previous file with comments | « chrome/browser/chromeos/first_run/first_run.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698