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

Unified Diff: chrome/browser/about_flags.cc

Issue 2127853002: Disable Quick View by default and add about flag to enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. 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 ae29a0e88a89bcc3aaa19d1a3dd0a59b0dcb98b8..8869f6af67407a34bbee989e16b127c2d1a5d752 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1970,6 +1970,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)
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in
« 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