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

Unified Diff: chrome/common/extensions/extension.h

Issue 10049006: Add OAuth2 scopes to the ExtensionPermissionSet and granted permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/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;
};

Powered by Google App Engine
This is Rietveld 408576698