diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 20:16:18 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 20:16:18 +0000 |
commit | 2d481774a178956f99423f923bd3de3893563280 (patch) | |
tree | 6d1c93c56627c6ce8d168389a26234ba60ee004a /ash/ash_switches.h | |
parent | 53ad03d3e257a8cbf08d98f955b6ca32118f99ac (diff) | |
download | chromium_src-2d481774a178956f99423f923bd3de3893563280.zip chromium_src-2d481774a178956f99423f923bd3de3893563280.tar.gz chromium_src-2d481774a178956f99423f923bd3de3893563280.tar.bz2 |
Consolidate dialog style flags and strings; etc.
Nix kEnableChromeStyleDialogs and kAuraGoogleDialogFrames.
Replace with new ui/base switch kEnableNewDialogStyle.
Consolidate strings, nix helper function, cleanup switches.
Copy flag to renderer processes in RenderProcessHostImpl.
Remove duplicate kEnableTouchDragDrop flag copy code.
Replace ModalBackgroundView with a View and SolidBackground.
BUG=166075
TEST=--enable-new-dialog-style replaces --enable-chrome-style-dialogs and --aura-google-dialog-frames
R=sky@chromium.org,wittman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11565019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 477627a..4fd53d5 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -39,7 +39,6 @@ ASH_EXPORT extern const char kAshLauncherPerDisplay[]; ASH_EXPORT extern const char kAshNewLockAnimationsEnabled[]; ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; ASH_EXPORT extern const char kAshTouchHud[]; -ASH_EXPORT extern const char kAuraGoogleDialogFrames[]; ASH_EXPORT extern const char kAuraLegacyPowerButton[]; ASH_EXPORT extern const char kAuraNoShadows[]; |