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

Unified Diff: trunk/src/chrome/browser/extensions/external_provider_impl.h

Issue 32513006: Revert 229896 "Cache force-installed apps/extensions in device-l..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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: trunk/src/chrome/browser/extensions/external_provider_impl.h
===================================================================
--- trunk/src/chrome/browser/extensions/external_provider_impl.h (revision 229896)
+++ trunk/src/chrome/browser/extensions/external_provider_impl.h (working copy)
@@ -21,6 +21,7 @@
}
namespace extensions {
+class ExternalLoader;
// A specialization of the ExternalProvider that uses an instance of
// ExternalLoader to provide external extensions. This class can be seen as a
@@ -36,7 +37,7 @@
// If either of the origins is not supported by this provider, then it should
// be initialized as Manifest::INVALID_LOCATION.
ExternalProviderImpl(VisitorInterface* service,
- const scoped_refptr<ExternalLoader>& loader,
+ ExternalLoader* loader,
Profile* profile,
Manifest::Location crx_location,
Manifest::Location download_location,

Powered by Google App Engine
This is Rietveld 408576698