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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10825396: [Panel refactor] use browserless Panels by default in Dev/Canary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced 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 5dacbb803f027befb5b8f5caccffd790a93d9868..0acc4632826e1f62ded9c0f278607c082e2de27c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -129,11 +129,6 @@ const char kAutomationClientChannelID[] = "automation-channel";
const char kAutomationReinitializeOnChannelError[] =
"automation-reinitialize-on-channel-error";
-// Use the (in-progress) refactor of desktop Panel windows which does not
-// require a Browser. Flag will be removed after refactor is ready to replace
-// existing BrowserWindow Panels.
-const char kBrowserlessPanels[] = "browserless-panels";
-
// How often (in seconds) to check for updates. Should only be used for testing
// purposes.
const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";
@@ -951,6 +946,11 @@ const char kNotifyCloudPrintTokenExpired[] = "notify-cp-token-expired";
// Autoconfig (PAC) script.
const char kNumPacThreads[] = "num-pac-threads";
+// Refactored (browserless) Panels are on by default in dev/canary/trunk.
+// Use this flag to revert to using the old-style (pre-refactor) Panels.
+// Flag will be removed after refactor is complete.
+const char kOldPanels[] = "old-panels";
+
// Controls whether to use the fancy new scoring (takes into account
// word breaks, does better balancing of topicality, recency, etc.) for
// HistoryQuickProvider.
« 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