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

Unified Diff: chromeos/chromeos_switches.cc

Issue 144883002: [Files.app] Initial implementation of new audio player (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 6 years, 11 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
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index ccfb26ce86f572f314f5d0b880a9d4c19d15c93b..0cd149ae70e58d0751a094a55ebf94546d5d8072 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -127,6 +127,10 @@ const char kEnterpriseEnrollmentSkipRobotAuth[] =
// Shows the selecting checkboxes in the Files.app.
const char kFileManagerShowCheckboxes[] = "file-manager-show-checkboxes";
+// Enables the new audio player in the Files.app.
+const char kFileManagerEnableNewAudioPlayer[] =
+ "enable-new-audio-player";
mtomasz 2014/01/27 01:09:24 All of the flags follow the pattern, that the cons
yoshiki 2014/01/27 07:12:08 Done.
+
// Enables the webstore integration feature in the Files.app.
const char kFileManagerEnableWebstoreIntegration[] =
"file-manager-enable-webstore-integration";

Powered by Google App Engine
This is Rietveld 408576698