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

Unified Diff: chromeos/chromeos_switches.cc

Issue 273193006: Install Chrome OS apps to shared location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: eliminate race condition between install and uninstall Created 6 years, 7 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 83690723a5013fe75425b6961c70621fd3e15b32..898e2044a17771bd343f4a335aca051cc21b6e60 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -72,6 +72,9 @@ const char kEnableChromeVoxNext[] = "enable-chromevox-next";
// locate the device.
const char kEnableConsumerManagement[] = "enable-consumer-management";
+// Enabled sharing assets for installed default apps.
+const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing";
+
// Enables MTP support in Files.app.
const char kEnableFileManagerMTP[] = "enable-filemanager-mtp";

Powered by Google App Engine
This is Rietveld 408576698