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

Unified Diff: chrome/browser/about_flags.cc

Issue 2083113002: Disable Panels on OSes other than ChromeOS, in preparation to removing the code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 985df7e582ade3ad47a4e81c071f68d2c6d27057..e2b17b17823526f0ae6f68186b43ddb69b387d2d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -730,8 +730,7 @@ const FeatureEntry kFeatureEntries[] = {
switches::kDisableOverlayScrollbar)},
#endif
{"enable-panels", IDS_FLAGS_PANELS_NAME, IDS_FLAGS_PANELS_DESCRIPTION,
- kOsDesktop, ENABLE_DISABLE_VALUE_TYPE(switches::kEnablePanels,
- switches::kDisablePanels)},
+ kOsDesktop, SINGLE_VALUE_TYPE(switches::kEnablePanels)},
{// See http://crbug.com/120416 for how to remove this flag.
"save-page-as-mhtml", // FLAGS:RECORD_UMA
IDS_FLAGS_SAVE_PAGE_AS_MHTML_NAME,

Powered by Google App Engine
This is Rietveld 408576698