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

Unified Diff: chrome/common/extensions/manifest_handler.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/common/extensions/manifest.cc ('k') | chrome/common/extensions/manifest_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/manifest_handler.h
diff --git a/chrome/common/extensions/manifest_handler.h b/chrome/common/extensions/manifest_handler.h
index ecd5c9d3419ecdb260773cd383e7011f513ed871..22c1a17f7470cd51fd8fceb5c5e99282fe4b436e 100644
--- a/chrome/common/extensions/manifest_handler.h
+++ b/chrome/common/extensions/manifest_handler.h
@@ -10,11 +10,10 @@
#include "base/string16.h"
#include "chrome/common/extensions/extension.h"
+#include "chrome/common/extensions/manifest.h"
namespace extensions {
-class Manifest;
-
class ManifestHandler {
public:
ManifestHandler();
@@ -31,7 +30,7 @@ class ManifestHandler {
// are present. This allows specifying a default parsed value for
// extensions that don't declare our key in the manifest.
// TODO(yoz): Use Feature availability instead.
- virtual bool AlwaysParseForType(Extension::Type type);
+ virtual bool AlwaysParseForType(Manifest::Type type);
// Associate |handler| with |key| in the manifest. A handler can register
// for multiple keys. The global registry takes ownership of |handler|;
« no previous file with comments | « chrome/common/extensions/manifest.cc ('k') | chrome/common/extensions/manifest_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698