| Index: chrome/common/extensions/manifest_handler.cc
|
| diff --git a/chrome/common/extensions/manifest_handler.cc b/chrome/common/extensions/manifest_handler.cc
|
| index 389f4f5b4bf00607e0d8fed10f7f613c3ca32c68..aca4e083e9edaaac0a54b80e70f53d93f40ae594 100644
|
| --- a/chrome/common/extensions/manifest_handler.cc
|
| +++ b/chrome/common/extensions/manifest_handler.cc
|
| @@ -147,11 +147,11 @@ ManifestHandler::ManifestHandler() {
|
| ManifestHandler::~ManifestHandler() {
|
| }
|
|
|
| -bool ManifestHandler::AlwaysParseForType(Manifest::Type type) {
|
| +bool ManifestHandler::AlwaysParseForType(Manifest::Type type) const {
|
| return false;
|
| }
|
|
|
| -const std::vector<std::string>& ManifestHandler::PrerequisiteKeys() {
|
| +const std::vector<std::string>& ManifestHandler::PrerequisiteKeys() const {
|
| return g_empty_string_vector.Get();
|
| }
|
|
|
|
|