diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 22:20:39 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 22:20:39 +0000 |
commit | eaae8b461225ee3733f642143c3bf728d8763655 (patch) | |
tree | 757f2e89f13010eba83e9446c4b40aef2e7f67d2 /ash/ash_switches.h | |
parent | 70b5ecaf5554037b5470b3ca64896eaa1b369063 (diff) | |
download | chromium_src-eaae8b461225ee3733f642143c3bf728d8763655.zip chromium_src-eaae8b461225ee3733f642143c3bf728d8763655.tar.gz chromium_src-eaae8b461225ee3733f642143c3bf728d8763655.tar.bz2 |
aura: Replace UI-feature GYP flags with switches.
This replaces the aura_show_about_flag_window_mode and
chromeos_legacy_power_button GYP flags with
--aura-force-compact-window-mode and
--aura-legacy-power-button command-line switches. There is
concern that using compile-time flags to control these
features will greatly increase the workload on the Chrome OS
builders; we apparently currently share Chrome binaries
across all Chrome OS boards with the same architecture.
BUG=109209,109052,chrome-os-partner:7570
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/9264025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 2b5d8ad..f086173 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -12,7 +12,9 @@ namespace ash { namespace switches { // Please keep alphabetized. +ASH_EXPORT extern const char kAuraForceCompactWindowMode[]; ASH_EXPORT extern const char kAuraGoogleDialogFrames[]; +ASH_EXPORT extern const char kAuraLegacyPowerButton[]; ASH_EXPORT extern const char kAuraNoShadows[]; ASH_EXPORT extern const char kAuraTranslucentFrames[]; ASH_EXPORT extern const char kAuraWindowMode[]; |