Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c8d5ec2a913a8ded46ef31e62c3e5950b763cc2d..3280fc974f78ae7bbab91202648a09888203d343 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1487,6 +1487,10 @@ const char kUseMockKeychain[] = "use-mock-keychain"; |
// Disables profile desktop shortcuts handling, preventing their creation, |
// modification or removal. |
const char kDisableDesktopShortcuts[] = "disable-desktop-shortcuts"; |
+ |
+// Enable Website Settings. The Website Settings UI will replace the Page Info |
+// Bubble. |
+const char kDisableWebsiteSettings[] = "disable-website-settings"; |
#endif |
#if defined(USE_AURA) |