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

Issue 132033005: [Android] Stub for account management screen. (Closed)

Created:
6 years, 11 months ago by aruslan
Modified:
6 years, 11 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

[Android] Stub for account management screen. BUG=316637 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245631

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : Renames. #

Patch Set 4 : Review comments addressed. #

Total comments: 8

Patch Set 5 : Grrr. #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
A chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/android/signin/account_management_screen_helper.h View 1 2 1 chunk +25 lines, -0 lines 3 comments Download
A chrome/browser/android/signin/account_management_screen_helper.cc View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/signin/signin_header_helper.cc View 1 2 2 chunks +6 lines, -0 lines 5 comments Download
M chrome/chrome_browser.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
aruslan
PTAL thanks!
6 years, 11 months ago (2014-01-09 23:56:36 UTC) #1
Ted C
https://codereview.chromium.org/132033005/diff/30001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java File chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java (right): https://codereview.chromium.org/132033005/diff/30001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java#newcode1 chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
6 years, 11 months ago (2014-01-14 20:29:13 UTC) #2
aruslan
Thanks, Ted, PTAL. https://chromiumcodereview.appspot.com/132033005/diff/30001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java File chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java (right): https://chromiumcodereview.appspot.com/132033005/diff/30001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java#newcode1 chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreen.java:1: // Copyright 2013 The Chromium Authors. ...
6 years, 11 months ago (2014-01-15 01:31:29 UTC) #3
Ted C
lgtm w/ some naming/comment nits https://chromiumcodereview.appspot.com/132033005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java File chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java (right): https://chromiumcodereview.appspot.com/132033005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java#newcode20 chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java:20: * Defines the account ...
6 years, 11 months ago (2014-01-15 01:46:19 UTC) #4
aruslan
https://chromiumcodereview.appspot.com/132033005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java File chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java (right): https://chromiumcodereview.appspot.com/132033005/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java#newcode20 chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java:20: * Defines the account management screen interface to be ...
6 years, 11 months ago (2014-01-15 02:19:55 UTC) #5
aruslan
Andrew -- please review chrome/browser/signin/ changes and apply the OWNERS seal if appropriate, thanks!
6 years, 11 months ago (2014-01-15 20:50:26 UTC) #6
Andrew T Wilson (Slow)
https://codereview.chromium.org/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h File chrome/browser/android/signin/account_management_screen_helper.h (right): https://codereview.chromium.org/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h#newcode16 chrome/browser/android/signin/account_management_screen_helper.h:16: static bool Register(JNIEnv* env); This is a little odd ...
6 years, 11 months ago (2014-01-16 10:00:44 UTC) #7
aruslan
https://codereview.chromium.org/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h File chrome/browser/android/signin/account_management_screen_helper.h (right): https://codereview.chromium.org/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h#newcode16 chrome/browser/android/signin/account_management_screen_helper.h:16: static bool Register(JNIEnv* env); On 2014/01/16 10:00:45, Andrew T ...
6 years, 11 months ago (2014-01-16 15:26:13 UTC) #8
Andrew T Wilson (Slow)
On 2014/01/16 15:26:13, aruslan wrote: > https://codereview.chromium.org/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h > File chrome/browser/android/signin/account_management_screen_helper.h (right): > > https://codereview.chromium.org/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h#newcode16 > ...
6 years, 11 months ago (2014-01-16 15:32:33 UTC) #9
aruslan
Hi Hui -- PTAL at signin_header_helper.cc and Andrew's comments and let us know what you ...
6 years, 11 months ago (2014-01-16 15:36:23 UTC) #10
aruslan
https://chromiumcodereview.appspot.com/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h File chrome/browser/android/signin/account_management_screen_helper.h (right): https://chromiumcodereview.appspot.com/132033005/diff/240001/chrome/browser/android/signin/account_management_screen_helper.h#newcode16 chrome/browser/android/signin/account_management_screen_helper.h:16: static bool Register(JNIEnv* env); On 2014/01/16 15:26:13, aruslan wrote: ...
6 years, 11 months ago (2014-01-16 18:37:14 UTC) #11
guohui
https://codereview.chromium.org/132033005/diff/240001/chrome/browser/signin/signin_header_helper.cc File chrome/browser/signin/signin_header_helper.cc (right): https://codereview.chromium.org/132033005/diff/240001/chrome/browser/signin/signin_header_helper.cc#newcode44 chrome/browser/signin/signin_header_helper.cc:44: AccountManagementScreenHelper::OpenAccountManagementScreen(); I don't have a strong preference myself, it ...
6 years, 11 months ago (2014-01-16 19:11:01 UTC) #12
aruslan
https://codereview.chromium.org/132033005/diff/240001/chrome/browser/signin/signin_header_helper.cc File chrome/browser/signin/signin_header_helper.cc (right): https://codereview.chromium.org/132033005/diff/240001/chrome/browser/signin/signin_header_helper.cc#newcode44 chrome/browser/signin/signin_header_helper.cc:44: AccountManagementScreenHelper::OpenAccountManagementScreen(); On 2014/01/16 19:11:01, guohui wrote: > I don't ...
6 years, 11 months ago (2014-01-16 19:24:57 UTC) #13
guohui
lgtm https://codereview.chromium.org/132033005/diff/240001/chrome/browser/signin/signin_header_helper.cc File chrome/browser/signin/signin_header_helper.cc (right): https://codereview.chromium.org/132033005/diff/240001/chrome/browser/signin/signin_header_helper.cc#newcode44 chrome/browser/signin/signin_header_helper.cc:44: AccountManagementScreenHelper::OpenAccountManagementScreen(); On 2014/01/16 19:24:57, aruslan wrote: > On ...
6 years, 11 months ago (2014-01-16 19:48:36 UTC) #14
aruslan
Thanks, Hui. Andrew -- do you feel it's a go?
6 years, 11 months ago (2014-01-16 23:29:11 UTC) #15
Andrew T Wilson (Slow)
On 2014/01/16 23:29:11, aruslan wrote: > Thanks, Hui. > Andrew -- do you feel it's ...
6 years, 11 months ago (2014-01-17 08:40:57 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/132033005/240001
6 years, 11 months ago (2014-01-17 17:28:48 UTC) #17
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=248140
6 years, 11 months ago (2014-01-17 19:29:29 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/132033005/240001
6 years, 11 months ago (2014-01-17 19:43:48 UTC) #19
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 21:53:17 UTC) #20
Message was sent while issue was closed.
Change committed as 245631

Powered by Google App Engine
This is Rietveld 408576698