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

Unified Diff: chrome/common/chrome_switches.cc

Issue 178863002: Implement settings in a widnow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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
« chrome/browser/ui/browser.cc ('K') | « 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 5a35bcfd732d4dcdf4cb434482b73191d516c058..e82c7e2795038a11c2ea0e4110fa708430b367e1 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -752,6 +752,9 @@ const char kEnableSearchButtonInOmniboxForStr[] =
const char kEnableSearchButtonInOmniboxForStrOrIip[] =
"enable-search-button-in-omnibox-for-str-or-iip";
+// Enable settings in a separate browser window per profile.
+const char kEnableSettingsWindow[] = "enable-settings-window";
+
// Enable SPDY/2. This is a temporary testing flag. See
// http://crbug.com/303957 .
const char kEnableSpdy2[] = "enable-spdy2";
« chrome/browser/ui/browser.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698