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

Issue 1379153003: [Smart Lock, UI] First run expience for Auto sign-in prompt. (Closed)

Created:
5 years, 2 months ago by melandory
Modified:
5 years, 1 month ago
Reviewers:
vabr (Chromium), Ted C, gone
CC:
chromium-reviews, asanka, benjhayden+dwatch_chromium.org, gcasto+watchlist_chromium.org, vabr+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Smart Lock, UI] First run expience for Auto sign-in prompt. BUG=532876 Committed: https://crrev.com/e6df3095c2ce24944ce3f6efa4e6e3d7c01ccad7 Cr-Commit-Position: refs/heads/master@{#357784}

Patch Set 1 : #

Patch Set 2 : cleanup includes #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Total comments: 10

Patch Set 6 : #

Patch Set 7 : AutoSigninFirstRunInfoBar.java #

Unified diffs Side-by-side diffs Delta from patch set Stats (+439 lines, -69 lines) Patch
A chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfoBar.java View 1 2 3 4 5 6 1 chunk +65 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 3 chunks +3 lines, -1 line 0 comments Download
A chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.h View 1 2 3 4 5 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.cc View 1 2 3 4 5 1 chunk +65 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/auto_signin_infobar_delegate_unittest.cc View 1 2 3 4 5 1 chunk +79 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 2 chunks +2 lines, -3 lines 0 comments Download
A chrome/browser/ui/android/infobars/auto_signin_first_run_infobar.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/infobars/auto_signin_first_run_infobar.cc View 1 2 3 4 5 1 chunk +51 lines, -0 lines 0 comments Download
A + chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.h View 1 chunk +9 lines, -6 lines 0 comments Download
A chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.cc View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
M chrome/browser/ui/android/snackbars/auto_signin_snackbar_controller.h View 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/browser/ui/android/snackbars/auto_signin_snackbar_controller.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils.h View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 chunks +12 lines, -9 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
melandory
Hi Vaclav, please review changes in: chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.h chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.cc chrome/browser/password_manager/auto_signin_infobar_delegate_unittest.cc chrome/browser/password_manager/chrome_password_manager_client.cc chrome/browser/ui/passwords/manage_passwords_view_utils.h chrome/browser/ui/passwords/manage_passwords_view_utils.cc
5 years, 1 month ago (2015-11-03 14:25:26 UTC) #6
vabr (Chromium)
Changes in chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.h chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.cc chrome/browser/password_manager/auto_signin_infobar_delegate_unittest.cc chrome/browser/password_manager/chrome_password_manager_client.cc chrome/browser/ui/passwords/manage_passwords_view_utils.h chrome/browser/ui/passwords/manage_passwords_view_utils.cc and the *.gypi files LGTM with some ...
5 years, 1 month ago (2015-11-03 15:28:57 UTC) #7
melandory
dfalcantara@chromium.org: Please review changes in chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java chrome/browser/android/chrome_jni_registrar.cc chrome/browser/ui/android/infobars/auto_signin_first_run_infobar.h chrome/browser/ui/android/infobars/auto_signin_first_run_infobar.cc https://codereview.chromium.org/1379153003/diff/100001/chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.h File chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.h (right): https://codereview.chromium.org/1379153003/diff/100001/chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.h#newcode8 chrome/browser/password_manager/auto_signin_first_run_infobar_delegate.h:8: ...
5 years, 1 month ago (2015-11-03 16:32:36 UTC) #9
gone
lgtm % nits https://codereview.chromium.org/1379153003/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java (right): https://codereview.chromium.org/1379153003/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java#newcode18 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java:18: * The Auto Sign-in first run ...
5 years, 1 month ago (2015-11-03 18:39:00 UTC) #10
melandory
https://codereview.chromium.org/1379153003/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java (right): https://codereview.chromium.org/1379153003/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java#newcode18 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoSigninFirstRunInfobar.java:18: * The Auto Sign-in first run experience infobar is ...
5 years, 1 month ago (2015-11-03 21:43:28 UTC) #11
melandory
tedchoc@chromium.org: Please review changes in chrome/browser/ui/android/snackbars/
5 years, 1 month ago (2015-11-03 21:45:53 UTC) #13
Ted C
On 2015/11/03 21:45:53, melandory wrote: > mailto:tedchoc@chromium.org: Please review changes in > > chrome/browser/ui/android/snackbars/ chrome/browser/ui/android/snackbars/ ...
5 years, 1 month ago (2015-11-04 00:36:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1379153003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1379153003/180001
5 years, 1 month ago (2015-11-04 08:22:06 UTC) #17
commit-bot: I haz the power
Committed patchset #7 (id:180001)
5 years, 1 month ago (2015-11-04 08:48:45 UTC) #18
commit-bot: I haz the power
5 years, 1 month ago (2015-11-04 08:49:36 UTC) #19
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e6df3095c2ce24944ce3f6efa4e6e3d7c01ccad7
Cr-Commit-Position: refs/heads/master@{#357784}

Powered by Google App Engine
This is Rietveld 408576698