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

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

Issue 15899007: Add ability to keep external extension for existing user but don't install it for new users (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + s/LOG(INFO)/VLOG(1)/ Created 7 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/default_apps.cc
diff --git a/chrome/browser/extensions/default_apps.cc b/chrome/browser/extensions/default_apps.cc
index 14fdb3b259c4b2b719b9bf30ff7f3cefa7017225..8e684e0280386baa4202a2b84b68b3fe9391abd7 100644
--- a/chrome/browser/extensions/default_apps.cc
+++ b/chrome/browser/extensions/default_apps.cc
@@ -139,7 +139,7 @@ Provider::Provider(Profile* profile,
extensions::Manifest::Location crx_location,
extensions::Manifest::Location download_location,
int creation_flags)
- : extensions::ExternalProviderImpl(service, loader, crx_location,
+ : extensions::ExternalProviderImpl(service, loader, profile, crx_location,
download_location, creation_flags),
profile_(profile),
is_migration_(false) {
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698