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

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: add show_about_flag_aura_window_mode in common.gypi 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
« build/common.gypi ('K') | « 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 cf867b331dac1840fe65881fccaa8c503de91c8d..249c89eac2399a0500436ce02cab4ce9201825d0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -41,7 +41,6 @@ namespace about_flags {
Experiment::MULTI_VALUE, "", "", choices, arraysize(choices)
namespace {
-
const unsigned kOsAll = kOsMac | kOsWin | kOsLinux | kOsCrOS;
// Adds a |StringValue| to |list| for each platform where |bitmask| indicates
@@ -473,7 +472,7 @@ const Experiment kExperiments[] = {
kOsMac | kOsWin,
SINGLE_VALUE_TYPE(switches::kEnableGamepad)
},
-#if defined(USE_AURA)
+#if defined(USE_AURA) && defined(SHOW_ABOUT_FLAG_AURA_WINDOW_MODE)
James Cook 2012/01/07 04:26:48 Maybe this should be a single #if defined(AURA_SHO
alicet1 2012/01/09 08:52:16 Done.
// TODO(jamescook): Enable this for all ChromeOS builds when we're sure
// Aura laptop mode performance and feature set match traditional non-Aura
// builds.
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698