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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10908153: [Panel refactor] Deprecate old panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix views compile, no need to delete extra mac menu items cuz not using browser command updater any… Created 8 years, 3 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d1f6792fabbd90dd5c8b5e1a18fbfb6cd5a8967b..6b3c75ff853b794b8e4fa538e3907cbc7ebb4d28 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -930,11 +930,6 @@ 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.
« chrome/browser/ui/panels/panel_browser_frame_view.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698