| Index: chrome/common/extensions/manifest_handler.h
|
| diff --git a/chrome/common/extensions/manifest_handler.h b/chrome/common/extensions/manifest_handler.h
|
| index 3a15b9513542598e0ad4bc818e877faa1288214f..942381d7df4441601de3760a22fe22712afa6330 100644
|
| --- a/chrome/common/extensions/manifest_handler.h
|
| +++ b/chrome/common/extensions/manifest_handler.h
|
| @@ -34,9 +34,7 @@ class ManifestHandler {
|
| // not present in the manifest.
|
| // Returns true on success or false on failure; if false, |error| will
|
| // be set to a failure message.
|
| - virtual bool HasNoKey(Extension* extension, string16* error) {
|
| - return true;
|
| - }
|
| + virtual bool HasNoKey(Extension* extension, string16* error);
|
|
|
| // Associate |handler| with |key| in the manifest. Takes ownership
|
| // of |handler|. TODO(yoz): Decide how to handle dotted subkeys.
|
|
|