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

Issue 323133005: Enable consistent identity on android platform by default. (Closed)

Created:
6 years, 6 months ago by Roger Tawa OOO till Jul 10th
Modified:
6 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, rginda+watch_chromium.org, yoshiki+watch_chromium.org, tfarina, extensions-reviews_chromium.org, Alexei Svitkine (slow)
Visibility:
Public.

Description

Enable consistent identity on android platform by default. BUG=288859 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277793

Patch Set 1 : Fix cros and android tests #

Patch Set 2 : rebased #

Total comments: 11

Patch Set 3 : rebased #

Patch Set 4 : Address review comments #

Patch Set 5 : Fix linux bots #

Patch Set 6 : rebased #

Total comments: 2

Patch Set 7 : rebased #

Patch Set 8 : typo #

Patch Set 9 : merged #

Patch Set 10 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -68 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/app_controller_mac_browsertest.mm View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/profiles/profile_list_chromeos.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/screenlock_private/screenlock_private_apitest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_manager_unittest.cc View 1 2 3 4 5 4 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_window.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/signin/account_reconcilor_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_command_controller_unittest.cc View 1 2 3 4 3 chunks +6 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm View 1 2 3 7 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_ui_browsertest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M components/signin/core/common/profile_management_switches.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M components/signin/core/common/profile_management_switches.cc View 1 2 3 4 5 6 7 3 chunks +48 lines, -13 lines 0 comments Download
M components/signin/core/common/signin_switches.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M components/signin/core/common/signin_switches.cc View 1 2 3 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Roger Tawa OOO till Jul 10th
Hi Hui, Can you take a look please? Also see corresponding change in cl/68954515. Thanks.
6 years, 6 months ago (2014-06-11 12:32:52 UTC) #1
Roger Tawa OOO till Jul 10th
Hi Monica, Can you take a look profile changes? Thanks.
6 years, 6 months ago (2014-06-11 12:56:30 UTC) #2
noms (inactive)
c/b/profiles lgtm, with super annoying nits :) https://codereview.chromium.org/323133005/diff/80001/components/signin/core/common/profile_management_switches.cc File components/signin/core/common/profile_management_switches.cc (right): https://codereview.chromium.org/323133005/diff/80001/components/signin/core/common/profile_management_switches.cc#newcode28 components/signin/core/common/profile_management_switches.cc:28: // is ...
6 years, 6 months ago (2014-06-11 14:14:12 UTC) #3
guohui
+asvitkine@ for the finch question below. https://codereview.chromium.org/323133005/diff/80001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/323133005/diff/80001/chrome/browser/about_flags.cc#newcode1447 chrome/browser/about_flags.cc:1447: #else i think ...
6 years, 6 months ago (2014-06-11 15:53:01 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/323133005/diff/80001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/323133005/diff/80001/chrome/browser/about_flags.cc#newcode1447 chrome/browser/about_flags.cc:1447: #else On 2014/06/11 15:53:01, guohui wrote: > i think ...
6 years, 6 months ago (2014-06-11 16:54:04 UTC) #5
Roger Tawa OOO till Jul 10th
Having enable and disable flags on all platforms was not as hard as I thought. ...
6 years, 6 months ago (2014-06-13 02:17:19 UTC) #6
guohui
lgtm thanks! https://codereview.chromium.org/323133005/diff/180001/components/signin/core/common/profile_management_switches.cc File components/signin/core/common/profile_management_switches.cc (right): https://codereview.chromium.org/323133005/diff/180001/components/signin/core/common/profile_management_switches.cc#newcode27 components/signin/core/common/profile_management_switches.cc:27: // is properly initialize. nit:s/initialize/initialized
6 years, 6 months ago (2014-06-13 17:56:12 UTC) #7
Roger Tawa OOO till Jul 10th
Hi Scott, Can you do an owner review please? Thanks. https://codereview.chromium.org/323133005/diff/180001/components/signin/core/common/profile_management_switches.cc File components/signin/core/common/profile_management_switches.cc (right): https://codereview.chromium.org/323133005/diff/180001/components/signin/core/common/profile_management_switches.cc#newcode27 ...
6 years, 6 months ago (2014-06-16 17:23:35 UTC) #8
Alexei Svitkine (slow)
lgtm
6 years, 6 months ago (2014-06-16 17:39:03 UTC) #9
sky
On Mon, Jun 16, 2014 at 10:23 AM, <rogerta@chromium.org> wrote: > Hi Scott, > > ...
6 years, 6 months ago (2014-06-16 19:52:46 UTC) #10
Roger Tawa OOO till Jul 10th
Sorry Scott. The ui related files: chrome/browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc chrome/browser/ui/browser_command_controller_unittest.cc chrome/browser/app_controller_mac_browsertest.mm Thanks.
6 years, 6 months ago (2014-06-16 21:33:06 UTC) #11
sky
Said files LGTM
6 years, 6 months ago (2014-06-17 03:04:12 UTC) #12
Roger Tawa OOO till Jul 10th
Hi Xiyuan, Can you take a look at profile_list_chromeos.cc please? Thanks.
6 years, 6 months ago (2014-06-17 14:59:46 UTC) #13
xiyuan
profile_list_chromeos.cc LGTM
6 years, 6 months ago (2014-06-17 16:13:23 UTC) #14
Roger Tawa OOO till Jul 10th
The CQ bit was checked by rogerta@chromium.org
6 years, 6 months ago (2014-06-17 17:06:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/323133005/260001
6 years, 6 months ago (2014-06-17 17:07:04 UTC) #16
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 17:21:01 UTC) #17
Message was sent while issue was closed.
Change committed as 277793

Powered by Google App Engine
This is Rietveld 408576698