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

Unified Diff: chrome/browser/extensions/external_extension_provider_impl.cc

Issue 10269031: Mark default apps on ChromeOS installed from DIR_EXTERNAL_EXTENSIONS "from webstore" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/external_extension_provider_impl.cc
diff --git a/chrome/browser/extensions/external_extension_provider_impl.cc b/chrome/browser/extensions/external_extension_provider_impl.cc
index d9f332ea7faadfd71c9dbaf35a418545c9472e65..934ccc38f74b2da0714e7a816c5ab9d9d85a6466 100644
--- a/chrome/browser/extensions/external_extension_provider_impl.cc
+++ b/chrome/browser/extensions/external_extension_provider_impl.cc
@@ -315,7 +315,11 @@ void ExternalExtensionProviderImpl::CreateExternalProviders(
check_admin_permissions_on_mac),
Extension::EXTERNAL_PREF,
Extension::EXTERNAL_PREF_DOWNLOAD,
+#if defined(OS_CHROMEOS)
+ Extension::FROM_WEBSTORE)));
+#else
Extension::NO_FLAGS)));
+#endif
#if defined(OS_CHROMEOS)
// Define a per-user source of external default extensions, which serves
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698