Index: chrome/common/extensions/manifest.h |
diff --git a/chrome/common/extensions/manifest.h b/chrome/common/extensions/manifest.h |
index 9645589435d21a8f8161d8a66ec94445df371c61..43e2caa03127b1421e3067b855372f3e8bb6d20e 100644 |
--- a/chrome/common/extensions/manifest.h |
+++ b/chrome/common/extensions/manifest.h |
@@ -82,7 +82,7 @@ class Manifest { |
private: |
// Returns true if the extension can specify the given |path|. |
bool CanAccessPath(const std::string& path) const; |
- bool CanAccessKey(const std::string& key, bool* was_known) const; |
+ bool CanAccessKey(const std::string& key) const; |
// A persistent, globally unique ID. An extension's ID is used in things |
// like directory structures and URLs, and is expected to not change across |