Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: chrome/common/chrome_switches.h

Issue 11565019: Consolidate dialog style flags and strings; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Alphabetize IDS strings. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/constrained_window_views.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/ui/views/constrained_window_views.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698