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

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

Created:
3 years, 11 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.LaunchWebAuthFlow() 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/2654023005 Cr-Commit-Position: refs/heads/master@{#446627} Committed: https://chromium.googlesource.com/chromium/src/+/1915164756cbde01d3c694435dfa30a7742fa7d3

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -110 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 2 chunks +1 line, -27 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 2 chunks +0 lines, -83 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_launch_web_auth_flow_function.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/identity/identity_launch_web_auth_flow_function.cc View 1 chunk +102 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
blundell
Hi Ken, Sending this out before the trybots finish as it's the end of my ...
3 years, 11 months ago (2017-01-26 17:01:42 UTC) #4
Ken Rockot(use gerrit already)
LGTM - Yeah this is fine since you include the new header from identity_api.h (which ...
3 years, 11 months ago (2017-01-26 23:56:49 UTC) #7
blundell
On 2017/01/26 23:56:49, Ken Rockot wrote: > LGTM - Yeah this is fine since you ...
3 years, 10 months ago (2017-01-27 08:46:30 UTC) #8
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/2654023005/1
3 years, 10 months ago (2017-01-27 08:46:53 UTC) #10
commit-bot: I haz the power
3 years, 10 months ago (2017-01-27 08:52:24 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/1915164756cbde01d3c694435dfa...

Powered by Google App Engine
This is Rietveld 408576698