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

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: Rebase Created 6 years, 9 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 82cf26cad1ecd61dc65a209f43512fad1bff796f..cbaeed765cc3e42627bd8a89d71663a97b337a6a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -683,6 +683,9 @@ const char kEnableSearchButtonInOmniboxForStrOrIip[] =
// certificate is accompanied by, or contains, SCTs.
const char kEnableSignedCertificateTimestampsViewer[] = "enable-sct-viewer";
+// Enable settings in a separate browser window per profile.
+const char kEnableSettingsWindow[] = "enable-settings-window";
+
// Enable SPDY/4 alpha 2. This is a temporary testing flag.
const char kEnableSpdy4a2[] = "enable-spdy4a2";
« 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