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

Unified Diff: chrome/browser/about_flags.cc

Issue 9121002: add show_about_flag_aura_window_mode in common.gypi (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update. Created 8 years, 11 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 | « build/common.gypi ('k') | no next file » | 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 7fdf402aa8e692e845386a005763219c7e1d6b38..2d6d0d42b16e5f76a97686e2973c03c9f2081a84 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -473,7 +473,7 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableGamepad)
},
-#if defined(USE_AURA)
+#if defined(AURA_SHOW_ABOUT_FLAG_WINDOW_MODE)
// TODO(jamescook): Enable this for all ChromeOS builds when we're sure
// Aura laptop mode performance and feature set match traditional non-Aura
// builds.
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698