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

Unified Diff: chrome/browser/about_flags.cc

Issue 10454017: [cros] Add support for transparent background in sign in screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ~ Created 8 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/login/webui_login_display_host.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 da8597772e94f1c9eb67de716856ba72c3686841..e17f1bbf3c773276459d338080072b19391ac12a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -746,6 +746,15 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnablePinch),
},
#endif // defined(USE_ASH)
+#if defined(OS_CHROMEOS)
+ {
+ "enable-new-oobe",
xiyuan 2012/05/25 20:28:15 nit: indentataion seems wrong.
Nikita (slow) 2012/05/28 08:48:00 Done.
+ IDS_FLAGS_ENABLE_NEW_OOBE,
+ IDS_FLAGS_ENABLE_NEW_OOBE_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kEnableNewOobe),
+ },
+#endif
};
const Experiment* experiments = kExperiments;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/webui_login_display_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698