Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6205)

Unified Diff: chrome/common/extensions/api/identity/oauth2_manifest_handler.cc

Issue 12253022: Manifest handler for all keys background-related. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698