Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 764abeea002fff754dd941154a33b28357ad76e2..7c39d854c10b04babcd7afcf78fa2b6f8b0c17d6 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -203,6 +203,8 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
OAuth2Info(); |
~OAuth2Info(); |
+ ExtensionOAuth2Scopes GetScopesAsSet(); |
+ |
std::string client_id; |
std::vector<std::string> scopes; |
}; |