| Index: chrome/common/extensions/manifest_handler.cc
|
| diff --git a/chrome/common/extensions/manifest_handler.cc b/chrome/common/extensions/manifest_handler.cc
|
| index ce214ebdecd487a8f2a8de7b2f1982498b3ff80d..c1c76131850c12c038ddacfe4f5c84fb759b191b 100644
|
| --- a/chrome/common/extensions/manifest_handler.cc
|
| +++ b/chrome/common/extensions/manifest_handler.cc
|
| @@ -66,7 +66,7 @@ ManifestHandler::ManifestHandler() {
|
| ManifestHandler::~ManifestHandler() {
|
| }
|
|
|
| -bool ManifestHandler::AlwaysParseForType(Extension::Type type) {
|
| +bool ManifestHandler::AlwaysParseForType(Manifest::Type type) {
|
| return false;
|
| }
|
|
|
|
|