Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index fc5d7106c8f4e674f95b74721395a974dae05b0f..1ee77976eed8f4389aa6a1b539279f323d9a6a2d 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -139,7 +139,6 @@ extern const char kEnableAuthNegotiatePort[]; |
| extern const char kEnableAutologin[]; |
| extern const char kEnableBenchmarking[]; |
| extern const char kEnableBundledPpapiFlash[]; |
| -extern const char kEnableChromeStyleDialogs[]; |
| extern const char kEnableCloudPrintProxy[]; |
| extern const char kEnableContacts[]; |
| extern const char kEnableCrxlessWebApps[]; |
| @@ -468,12 +467,4 @@ extern const char kEnablePrintPreview[]; |
| } // namespace switches |
| -namespace chrome { |
| - |
| -// Returns true if the chrome style dialog is enabled. |
| -// TODO(sail): Remove this once the feature is fully baked. |
| -bool UseChromeStyleDialogs(); |
|
Mike Wittman
2012/12/14 17:21:18
Has the Mac code been updated to not reference thi
msw
2012/12/14 18:45:48
Yes, afaict (git gs shows no remaining references
|
| - |
| -} // namespace chrome |
| - |
| #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |