summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_extensions.gypi
diff options
context:
space:
mode:
authorcourage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-24 08:03:41 +0000
committercourage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-24 08:03:41 +0000
commita865dc529c26d3f52acbded65ebd7ba8e3ab747d (patch)
tree8c593dbfaaa0afd9b02a54839e9943c1bd3f379c /chrome/chrome_browser_extensions.gypi
parented28235483e8d21209e1767350cff2a63b41446c (diff)
downloadchromium_src-a865dc529c26d3f52acbded65ebd7ba8e3ab747d.zip
chromium_src-a865dc529c26d3f52acbded65ebd7ba8e3ab747d.tar.gz
chromium_src-a865dc529c26d3f52acbded65ebd7ba8e3ab747d.tar.bz2
Identity API: remove email address from AccountInfo
We're not ready to ship email address reporting in the onSignInStateChanged event. This change temporarily removes the identity.email permission, and also the IdentityEventRouter, whose purpose was to filter the email address out of AccountInfo for apps that did not have the permission. BUG=305830 Review URL: https://codereview.chromium.org/38573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r--chrome/chrome_browser_extensions.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 9766f56..364dadc 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -286,8 +286,6 @@
'browser/extensions/api/identity/gaia_web_auth_flow.h',
'browser/extensions/api/identity/identity_api.cc',
'browser/extensions/api/identity/identity_api.h',
- 'browser/extensions/api/identity/identity_event_router.cc',
- 'browser/extensions/api/identity/identity_event_router.h',
'browser/extensions/api/identity/identity_mint_queue.cc',
'browser/extensions/api/identity/identity_mint_queue.h',
'browser/extensions/api/identity/identity_signin_flow.cc',