| 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.
|
|
|