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

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

Issue 12093036: Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: chrome/browser/extensions/default_apps.h
diff --git a/chrome/browser/extensions/default_apps.h b/chrome/browser/extensions/default_apps.h
index cc5ede1018d4c53949749b2b8ee2bd15b0f6c1ee..8c962c4515bf2a93bd499f095b2d3fe0cfc99713 100644
--- a/chrome/browser/extensions/default_apps.h
+++ b/chrome/browser/extensions/default_apps.h
@@ -12,7 +12,7 @@ class PrefServiceSyncable;
class Profile;
namespace extensions {
-class Extension;
+class Manifest;
}
namespace base {
@@ -44,8 +44,8 @@ class Provider : public extensions::ExternalProviderImpl {
Provider(Profile* profile,
VisitorInterface* service,
extensions::ExternalLoader* loader,
- extensions::Extension::Location crx_location,
- extensions::Extension::Location download_location,
+ extensions::Manifest::Location crx_location,
+ extensions::Manifest::Location download_location,
int creation_flags);
bool ShouldInstallInProfile();

Powered by Google App Engine
This is Rietveld 408576698