diff options
author | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 17:49:19 +0000 |
---|---|---|
committer | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 17:49:19 +0000 |
commit | dd9cc6223a64068716927bee11291cc5ae7496d4 (patch) | |
tree | 73a1d807a0a93a581cb4a2fd794b88ad6af5431f /chrome/chrome_browser_extensions.gypi | |
parent | 667e934f8978456702d15312bd1acf17c23cb909 (diff) | |
download | chromium_src-dd9cc6223a64068716927bee11291cc5ae7496d4.zip chromium_src-dd9cc6223a64068716927bee11291cc5ae7496d4.tar.gz chromium_src-dd9cc6223a64068716927bee11291cc5ae7496d4.tar.bz2 |
Identity API: getAuthToken request queues (token cache prelude)
Serializing calls to getAuthToken will eliminate unnecessary calls to
GAIA and consolidate UI flows.
There is are two queues of requests for each (extension, scopes)
tuple, one for the non-interactive IssueToken flow and one for the
interactive prompt.
BUG=228908
(step #1 of the bug description)
Review URL: https://codereview.chromium.org/14270007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r-- | chrome/chrome_browser_extensions.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi index 7484943..a1f7fab 100644 --- a/chrome/chrome_browser_extensions.gypi +++ b/chrome/chrome_browser_extensions.gypi @@ -222,6 +222,8 @@ 'browser/extensions/api/i18n/i18n_api.h', 'browser/extensions/api/identity/identity_api.cc', 'browser/extensions/api/identity/identity_api.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', 'browser/extensions/api/identity/identity_signin_flow.h', 'browser/extensions/api/identity/web_auth_flow.cc', |