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

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
« no previous file with comments | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/default_apps.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d5b16cb8d3fa1a539b701672acf36863634f6dcf 100644
--- a/chrome/browser/extensions/default_apps.h
+++ b/chrome/browser/extensions/default_apps.h
@@ -7,14 +7,11 @@
#include "base/basictypes.h"
#include "chrome/browser/extensions/external_provider_impl.h"
+#include "chrome/common/extensions/manifest.h"
class PrefServiceSyncable;
class Profile;
-namespace extensions {
-class Extension;
-}
-
namespace base {
class DictionaryValue;
}
@@ -44,8 +41,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();
« no previous file with comments | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/default_apps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698