| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 51652387426de0b5283a519dda122bb46dea489a..e18442ad48674c4f09dec2f69f2e1beeffbc1a2f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1168,10 +1168,6 @@ const char kEnableHostedAppsInWindows[] = "enable-hosted-apps-in-windows";
|
| const char kEnableMacViewsNativeAppWindows[] =
|
| "enable-mac-views-native-app-windows";
|
|
|
| -// Causes Chrome to use an equivalent toolkit-views version of a browser dialog
|
| -// when available, rather than a Cocoa one.
|
| -const char kEnableMacViewsDialogs[] = "enable-mac-views-dialogs";
|
| -
|
| // Enables Translate experimental new UX which replaces the infobar.
|
| const char kEnableTranslateNewUX[] = "enable-translate-new-ux";
|
|
|
|
|