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

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

Issue 318993003: Install Google Slides and Sheets apps by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better Created 6 years, 6 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 | chrome/browser/resources/default_apps/external_extensions.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/external_provider_impl.cc
diff --git a/chrome/browser/extensions/external_provider_impl.cc b/chrome/browser/extensions/external_provider_impl.cc
index c859539f1ecc552ead0739083c9db374c2eda2d3..8ffd5eaa6604c277cfcf1c4c832ba70398211295 100644
--- a/chrome/browser/extensions/external_provider_impl.cc
+++ b/chrome/browser/extensions/external_provider_impl.cc
@@ -539,7 +539,7 @@ void ExternalProviderImpl::CreateExternalProviders(
new ExternalPrefLoader(chrome::DIR_DEFAULT_APPS,
ExternalPrefLoader::NONE),
Manifest::INTERNAL,
- Manifest::INVALID_LOCATION,
+ Manifest::EXTERNAL_PREF_DOWNLOAD,
Extension::FROM_WEBSTORE |
Extension::WAS_INSTALLED_BY_DEFAULT)));
#endif
« no previous file with comments | « no previous file | chrome/browser/resources/default_apps/external_extensions.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698