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

Unified Diff: chromeos/chromeos_switches.cc

Issue 235653003: Gallery.app: Add empty place holders for new separated Gallery app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-chromeos build. Created 6 years, 8 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 c9264bf15e8b11e6862c5e5bb0e953040a138e03..5d1ad50983c3ebe3089e1f9718afd9906d709798 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -103,6 +103,10 @@ const char kEnterpriseEnrollmentSkipRobotAuth[] =
const char kFileManagerEnableNewAudioPlayer[] =
"file-manager-enable-new-audio-player";
+// Enables the new gallery in the Files.app.
+const char kFileManagerEnableNewGallery[] =
+ "file-manager-enable-new-gallery";
+
// Passed to Chrome the first time that it's run after the system boots.
// Not passed on restart after sign out.
const char kFirstExecAfterBoot[] = "first-exec-after-boot";
« chrome/browser/resources/gallery/manifest.json ('K') | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698