Index: chrome/common/extensions/api/identity/oauth2_manifest_handler.h |
diff --git a/chrome/common/extensions/api/identity/oauth2_manifest_handler.h b/chrome/common/extensions/api/identity/oauth2_manifest_handler.h |
index 8a361bd71da18641b041bef76fbde7f3d3953e32..c2247d1703a84d784306aee42e7440c98599cf5a 100644 |
--- a/chrome/common/extensions/api/identity/oauth2_manifest_handler.h |
+++ b/chrome/common/extensions/api/identity/oauth2_manifest_handler.h |
@@ -33,7 +33,10 @@ class OAuth2ManifestHandler : public ManifestHandler { |
virtual bool Parse(Extension* extension, |
string16* error) OVERRIDE; |
+ |
private: |
+ virtual const std::vector<std::string> Keys() const OVERRIDE; |
+ |
DISALLOW_COPY_AND_ASSIGN(OAuth2ManifestHandler); |
}; |