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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2592593002: Remove the flag to disable Quick View, since it has been released. (Closed)
Patch Set: Address comment. Created 4 years 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') | ui/file_manager/file_manager/foreground/js/file_manager.js » ('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 45bde70293287ba014f3ae54b042744c99c3d859..4a6bdfa83a9b5e0c4b8e1a5cfacb13a082c95787 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -144,9 +144,6 @@ const char kDisableDeviceDisabling[] = "disable-device-disabling";
// Disables notification when device is in end of life status.
const char kDisableEolNotification[] = "disable-eol-notification";
-// Disables quick view in Files app.
-const char kDisableFilesQuickView[] = "disable-files-quick-view";
-
// Disables GAIA services such as enrollment and OAuth session restore. Used by
// 'fake' telemetry login.
const char kDisableGaiaServices[] = "disable-gaia-services";
@@ -234,9 +231,6 @@ const char kEnableExperimentalAccessibilityFeatures[] =
// Enables sharing assets for installed default apps.
const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing";
-// Enables quick view in Files app.
-const char kEnableFilesQuickView[] = "enable-files-quick-view";
-
// Enables animated transitions during first-run tutorial.
const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | ui/file_manager/file_manager/foreground/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698