summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorhirono@chromium.org <hirono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 08:14:09 +0000
committerhirono@chromium.org <hirono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 08:14:09 +0000
commite28c6584db8318046bb7ce35927f448940c28917 (patch)
treee5234eb8417f3377f537765190a347575eb8dd8d /chromeos/chromeos_switches.cc
parent9e96d7351ccb48be8548f7aec7b751b822c7d97c (diff)
downloadchromium_src-e28c6584db8318046bb7ce35927f448940c28917.zip
chromium_src-e28c6584db8318046bb7ce35927f448940c28917.tar.gz
chromium_src-e28c6584db8318046bb7ce35927f448940c28917.tar.bz2
Gallery: Add a flag to disable new gallery app.
The old gallery was once removed. The CL reverts the files and adds a flag to take back the old gallery just in case. BUG=380521 TEST=launch new/old Gallery. R=mkosiba@chromium.org, yoshiki@chromium.org Review URL: https://codereview.chromium.org/312093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index a0a0d06..0f1292e 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -122,6 +122,10 @@ const char kEnterpriseEnrollmentModulusLimit[] =
const char kEnterpriseEnrollmentSkipRobotAuth[] =
"enterprise-enrollment-skip-robot-auth";
+// Enables the new gallery in the Files.app.
+const char kFileManagerEnableNewGallery[] =
+ "file-manager-enable-new-gallery";
+
// Enables the new audio player in the Files.app.
const char kFileManagerEnableNewAudioPlayer[] =
"file-manager-enable-new-audio-player";