Index: chrome/common/extensions/manifest.h |
diff --git a/chrome/common/extensions/manifest.h b/chrome/common/extensions/manifest.h |
index 43e2caa03127b1421e3067b855372f3e8bb6d20e..844ca497254598417456cf53ed8a218576f8656e 100644 |
--- a/chrome/common/extensions/manifest.h |
+++ b/chrome/common/extensions/manifest.h |
@@ -33,7 +33,7 @@ class Manifest { |
// Returns true if all keys in the manifest can be specified by |
// the extension type. |
- bool ValidateManifest(string16* error) const; |
+ void ValidateManifest(std::vector<std::string>* warnings) const; |
// The version of this extension's manifest. We increase the manifest |
// version when making breaking changes to the extension system. If the |