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

Unified Diff: chromeos/chromeos_switches.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 | « 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 1d0fccf30519829dc534b8dfddfea72618e0f1b9..21c00f8b12159515c6abd8772a97b534d92a6d74 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -83,7 +83,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.
@@ -137,6 +137,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