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

Unified Diff: chrome/common/extensions/api/identity.idl

Issue 784283006: chrome.identity API: Restrict gaia ID access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reuse identity.email, kill identity.gaiaId Created 5 years, 11 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
« no previous file with comments | « chrome/browser/extensions/api/identity/identity_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/identity.idl
diff --git a/chrome/common/extensions/api/identity.idl b/chrome/common/extensions/api/identity.idl
index 5c96565bb902c4d9ba92aa5279ac66d8fa9855b1..28696e51ab72f509ba9c77d1844081be22131ab9 100644
--- a/chrome/common/extensions/api/identity.idl
+++ b/chrome/common/extensions/api/identity.idl
@@ -13,12 +13,15 @@ namespace identity {
dictionary ProfileUserInfo {
// An email address for the user account signed into the current
- // profile. Empty if the user is not signed in.
+ // profile. Empty if the user is not signed in or the
+ // <code>identity.email</code> manifest permission is not
+ // specified.
DOMString email;
// A unique identifier for the account. This ID will not change
// for the lifetime of the account. Empty if the user is not
- // signed in.
+ // signed in or (in M41+) the <code>identity.email</code>
+ // manifest permission is not specified.
DOMString id;
};
« no previous file with comments | « chrome/browser/extensions/api/identity/identity_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698