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

Issue 2320813002: arc: Enable silent PlayStore Sign-In. (Closed)

Created:
4 years, 3 months ago by khmel
Modified:
4 years, 3 months ago
Reviewers:
xiyuan, Ilya Sherman
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, oshima+watch_chromium.org, yusukes+watch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, asvitkine+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: Enable silent PlayStore Sign-In. This CL implements experimental feature to skip 'Sign In' button in OptIn flow. Currently it is implemented as 'sandbox' on server side and this is available only for internal IP addresses. It is optional and can be activated in chrome://flags. BUG=b/28987931 TEST=Manually on device in both modes. Committed: https://crrev.com/76e7847f8735fb2d0903aa779865a3728a3da8c8 Cr-Commit-Position: refs/heads/master@{#417180}

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 7

Patch Set 3 : rebase/refactor #

Total comments: 4

Patch Set 4 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+337 lines, -2 lines) Patch
M chrome/app/generated_resources.grd View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/arc_auth_code_fetcher.h View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/arc_auth_code_fetcher.cc View 1 2 1 chunk +159 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/arc_auth_code_fetcher_delegate.h View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_auth_context.h View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_auth_context.cc View 1 2 3 chunks +15 lines, -1 line 0 comments Download
M chrome/browser/chromeos/arc/arc_auth_service.h View 1 2 5 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_auth_service.cc View 1 2 4 chunks +31 lines, -1 line 0 comments Download
M chromeos/chromeos_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
khmel
Hi Xiyuan, PTAL
4 years, 3 months ago (2016-09-07 19:30:27 UTC) #2
xiyuan
https://codereview.chromium.org/2320813002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2320813002/diff/20001/chrome/app/generated_resources.grd#newcode13584 chrome/app/generated_resources.grd:13584: + <message name="IDS_FLAGS_ARC_USE_AUTH_ENDPOINT_NAME" Can we put these under a ...
4 years, 3 months ago (2016-09-07 21:07:56 UTC) #4
khmel
Thanks Xiyuan for comments, PTAL https://codereview.chromium.org/2320813002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2320813002/diff/20001/chrome/app/generated_resources.grd#newcode13584 chrome/app/generated_resources.grd:13584: + <message name="IDS_FLAGS_ARC_USE_AUTH_ENDPOINT_NAME" On ...
4 years, 3 months ago (2016-09-07 23:08:53 UTC) #5
xiyuan
lgtm https://codereview.chromium.org/2320813002/diff/40001/chrome/browser/chromeos/arc/arc_auth_code_fetcher.h File chrome/browser/chromeos/arc/arc_auth_code_fetcher.h (right): https://codereview.chromium.org/2320813002/diff/40001/chrome/browser/chromeos/arc/arc_auth_code_fetcher.h#newcode18 chrome/browser/chromeos/arc/arc_auth_code_fetcher.h:18: class URLFetcherDelegate; nit: not needed since we need ...
4 years, 3 months ago (2016-09-07 23:20:10 UTC) #6
khmel
Thanks Xiyuan for review. Adding isherman@ ( tools/metrics/histograms/histograms.xml) PTAL https://codereview.chromium.org/2320813002/diff/40001/chrome/browser/chromeos/arc/arc_auth_code_fetcher.h File chrome/browser/chromeos/arc/arc_auth_code_fetcher.h (right): https://codereview.chromium.org/2320813002/diff/40001/chrome/browser/chromeos/arc/arc_auth_code_fetcher.h#newcode18 chrome/browser/chromeos/arc/arc_auth_code_fetcher.h:18: ...
4 years, 3 months ago (2016-09-07 23:30:12 UTC) #8
Ilya Sherman
histograms.xml lgtm
4 years, 3 months ago (2016-09-08 01:53:20 UTC) #9
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/2320813002/60001
4 years, 3 months ago (2016-09-08 01:54:10 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-08 03:48:18 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 03:50:33 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/76e7847f8735fb2d0903aa779865a3728a3da8c8
Cr-Commit-Position: refs/heads/master@{#417180}

Powered by Google App Engine
This is Rietveld 408576698