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

Unified Diff: chromeos/chromeos_switches.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 | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index d063dce7a2f9226533d1f91e01b77a603d1fe061..5d4c3eb8e836f2f50e10782ae7f94fe1da6551ed 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -86,7 +86,7 @@ const char kDisableCloudImport[] = "disable-cloud-import";
// Disables the ChromeOS demo.
const char kDisableDemoMode[] = "disable-demo-mode";
-// Disable quick view in Files app.
+// Disables quick view in Files app.
const char kDisableFilesQuickView[] = "disable-files-quick-view";
// Disable HID-detection OOBE screen.
@@ -140,6 +140,9 @@ const char kEnableConsumerManagement[] = "enable-consumer-management";
// Enables details panel in Files app.
const char kEnableFilesDetailsPanel[] = "enable-files-details-panel";
+// Enables quick view in Files app.
+const char kEnableFilesQuickView[] = "enable-files-quick-view";
+
// Disables notification when device is in end of life status.
const char kDisableEolNotification[] = "disable-eol-notification";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698