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

Unified Diff: chrome/browser/about_flags.cc

Issue 9701002: Aura/ash split: Split the extra parts into ash and aura parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk to try again Created 8 years, 9 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/all.gyp ('k') | chrome/browser/chrome_browser_main_extra_parts_ash.h » ('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 5a67cf81d644a36e42ee14f22e8730b90a25a252..f5e895f1a0f8cc4f07d83dac98619b1ed03fec41 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -24,8 +24,11 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/gfx/gl/gl_switches.h"
-#if defined(USE_AURA)
+#if defined(USE_ASH)
#include "ash/ash_switches.h"
+#endif
+
+#if defined(USE_AURA)
#include "ui/aura/aura_switches.h"
#endif
@@ -445,7 +448,7 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnablePointerLock)
},
-#if defined(USE_AURA)
+#if defined(USE_ASH)
{
"aura-google-dialog-frames",
IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME,
@@ -453,6 +456,8 @@ const Experiment kExperiments[] = {
kOsWin | kOsLinux | kOsCrOS,
SINGLE_VALUE_TYPE(ash::switches::kAuraGoogleDialogFrames)
},
+#endif
+#if defined(USE_AURA)
{
"aura-disable-hold-mouse-moves",
IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_NAME,
@@ -574,7 +579,7 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kDisableNTPOtherSessionsMenu)
},
-#if defined(USE_AURA)
+#if defined(USE_ASH)
{
"enable-ash-uber-tray",
IDS_FLAGS_ENABLE_ASH_UBER_TRAY_NAME,
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/chrome_browser_main_extra_parts_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698