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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10834134: Disable the Website Settings UI on Windows by default. It can be enabled by using the flag --enable… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on tot. Created 8 years, 4 months 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/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 43af00e6418587d181f4af446c96c317f31eff03..f5d7b7eedc85a1a3be964dba6a14ad8e523388e7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1503,10 +1503,6 @@ const char kUseMockKeychain[] = "use-mock-keychain";
// modification or removal.
const char kDisableDesktopShortcuts[] = "disable-desktop-shortcuts";
-// Disables Website Settings. The Website Settings UI will replace the Page Info
-// Bubble.
-const char kDisableWebsiteSettings[] = "disable-website-settings";
-
// Enables sync credential caching on Windows 8.
// See chrome/browser/sync/credential_cache_service_win.h.
const char kEnableSyncCredentialCaching[] = "enable-sync-credential-caching";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698