summaryrefslogtreecommitdiffstats
path: root/ui/base/ui_base_switches.h
diff options
context:
space:
mode:
authormsw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-04 23:02:01 +0000
committermsw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-04 23:02:01 +0000
commit9e2cf275e8780741004c0f5245bce7f7e0afab4b (patch)
tree271a788f8fe9e28bf7b9395774d5983ede882de0 /ui/base/ui_base_switches.h
parent1505a514e4a8c453a7d8f10947270c4af84664b7 (diff)
downloadchromium_src-9e2cf275e8780741004c0f5245bce7f7e0afab4b.zip
chromium_src-9e2cf275e8780741004c0f5245bce7f7e0afab4b.tar.gz
chromium_src-9e2cf275e8780741004c0f5245bce7f7e0afab4b.tar.bz2
Remove new dialog style command-line flags, etc.
Remove --[en|dis]able-new-dialog-style command-line flags. Remove the corresponding strings and about:flags entry. The new dialog style has been on-by-default since M-29. Retain DialogDelegate::UseNewStyle() for Views/Win Textfield. (new dialogs can't host the off-by-default Win Textfields) (this will go away once I remove the Views Textfield flags) Retain split DialogDelegate::UseNewStyleForThisDialog() codepaths. (we explicitly want the old style for some dialogs see Issue 246777) (task manager, about:ipc dialog, extension (cros save/open) dialog) (this could go away if we made those windows not use dialog code) BUG=166075,282698 TEST=New dialog style is used on Windows/CrOS everywhere except for the Task Manager, about:ipc dialog (Win only), and Extension (CrOS save/open) dialogs. The old dialog style is used with --disable-views-textfields for technical reasons. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/23530019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/ui_base_switches.h')
-rw-r--r--ui/base/ui_base_switches.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index 11887d4..4f0850b 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -13,12 +13,10 @@
namespace switches {
UI_EXPORT extern const char kDisableDwmComposition[];
-UI_EXPORT extern const char kDisableNewDialogStyle[];
UI_EXPORT extern const char kDisableTouchAdjustment[];
UI_EXPORT extern const char kDisableTouchDragDrop[];
UI_EXPORT extern const char kDisableTouchEditing[];
UI_EXPORT extern const char kDisableViewsTextfield[];
-UI_EXPORT extern const char kEnableNewDialogStyle[];
UI_EXPORT extern const char kEnableScrollPrediction[];
UI_EXPORT extern const char kEnableTouchDragDrop[];
UI_EXPORT extern const char kEnableTouchEditing[];