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

Issue 2668203004: Move impl of identity.GetAuthToken() extension API to its own file (Closed)

Created:
3 years, 10 months ago by blundell
Modified:
3 years, 10 months ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move impl of identity.GetAuthToken() extension API to its own file As a precursor to a refactoring of the identity extension API implementation to use the Identity Service, I am moving the implementations of the six identity extension API functions to their own files, rather than all being lumped together in identity_api.*. This will make it easier to analyze each of these function implementations independently and incrementally convert them to use the Identity Service. BUG=685654 Review-Url: https://codereview.chromium.org/2668203004 Cr-Commit-Position: refs/heads/master@{#447981} Committed: https://chromium.googlesource.com/chromium/src/+/e1b2ceb34172034512c26b014f8c2e4900187171

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1140 lines) Patch
M chrome/browser/extensions/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.h View 3 chunks +1 line, -144 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 3 chunks +0 lines, -621 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_apitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/extensions/api/identity/identity_get_auth_token_function.h View 2 chunks +5 lines, -141 lines 0 comments Download
A + chrome/browser/extensions/api/identity/identity_get_auth_token_function.cc View 2 chunks +5 lines, -234 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 12 (8 generated)
blundell
3 years, 10 months ago (2017-02-02 08:26:48 UTC) #6
Ken Rockot(use gerrit already)
lgtm
3 years, 10 months ago (2017-02-02 15:19:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2668203004/1
3 years, 10 months ago (2017-02-03 09:52:43 UTC) #9
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 13:03:52 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/e1b2ceb34172034512c26b014f8c...

Powered by Google App Engine
This is Rietveld 408576698