Index: chrome/common/extensions/api/identity/oauth2_manifest_handler.cc |
diff --git a/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc b/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc |
index 6a7d8b1dd53d296fa292d6314e823fb91ee7faff..bec0631d63b6be77376851422db4ea422c3ea46a 100644 |
--- a/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc |
+++ b/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc |
@@ -73,4 +73,8 @@ bool OAuth2ManifestHandler::Parse(Extension* extension, |
return true; |
} |
+const std::vector<std::string> OAuth2ManifestHandler::Keys() const { |
+ return SingleKey(keys::kOAuth2); |
+} |
+ |
} // namespace extensions |