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

Unified Diff: chrome/browser/about_flags.cc

Issue 2178073006: Disable Quick View by default and add about flag to enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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/app/chromeos_strings.grdp ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ea1e95edaa620dbf07d1943c41cdef2021f06131..88dc0771567ba2df23938fadcca5e82f9edbeb8a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1969,6 +1969,10 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-intent-picker", IDS_ENABLE_INTENT_PICKER,
IDS_ENABLE_INTENT_PICKER_DESCRIPTION, kOsCrOS,
SINGLE_VALUE_TYPE(switches::kEnableIntentPicker)},
+ {"files-quick-view", IDS_FLAGS_FILES_QUICK_VIEW_NAME,
+ IDS_FLAGS_FILES_QUICK_VIEW_DESCRIPTION, kOsCrOS,
+ ENABLE_DISABLE_VALUE_TYPE(chromeos::switches::kEnableFilesQuickView,
+ chromeos::switches::kDisableFilesQuickView)},
#endif // defined(OS_CHROMEOS)
#if defined(OS_ANDROID)
{"enable-web-payments", IDS_FLAGS_ENABLE_WEB_PAYMENTS_NAME,
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698