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

Unified Diff: chrome/browser/about_flags.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/app/generated_resources.grd ('k') | chrome/browser/chromeos/first_run/first_run.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d2996e3dbcfe3e1907b45c323f149381d0bab08b..12918d66eb47b352ff092c0549eee525ff670cbf 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1530,13 +1530,6 @@ const Experiment kExperiments[] = {
},
#if defined(OS_CHROMEOS)
{
- "disable-first-run-ui",
- IDS_FLAGS_DISABLE_FIRST_RUN_UI_NAME,
- IDS_FLAGS_DISABLE_FIRST_RUN_UI_DESCRIPTION,
- kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kDisableFirstRunUI)
- },
- {
"enable-first-run-ui-transitions",
IDS_FLAGS_ENABLE_FIRST_RUN_UI_TRANSITIONS_NAME,
IDS_FLAGS_ENABLE_FIRST_RUN_UI_TRANSITIONS_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/first_run/first_run.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698