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

Issue 1693383003: ChromeOS cryptohome should be able to use gaia id as user identifier. (Closed)

Created:
4 years, 10 months ago by Alexander Alekseev
Modified:
4 years, 9 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, hashimoto+watch_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, dkrahn+watch_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, davemoore+watch_chromium.org, Albert Bodenhamer, Mattias Nissler (ping if slow)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ChromeOS cryptohome should be able to use gaia id as user identifier. This CL adds support for using Gaia ID as cryptohome identifier. BUG=462823 TEST=unit tests Committed: https://crrev.com/627f65303a4a1a6b4d1beb62c9ea5b6ed5affda7 Cr-Commit-Position: refs/heads/master@{#379262}

Patch Set 1 #

Patch Set 2 : Add missing files. #

Total comments: 48

Patch Set 3 : Update after review. #

Patch Set 4 : Respect cryptohome rename result. #

Patch Set 5 : Add cryptohome::Identification() . #

Total comments: 4

Patch Set 6 : Added missing files. #

Total comments: 10

Patch Set 7 : Update after review. #

Patch Set 8 : Better condition in LOG_ASSERT in AccountId. #

Total comments: 17

Patch Set 9 : Removed chromeos/dbus/utils.h #

Patch Set 10 : Update after review. #

Patch Set 11 : Rebased. #

Patch Set 12 : Fix crash in tests when UserManager is not initialized. #

Patch Set 13 : Fixed tests. #

Patch Set 14 : Rebased. #

Patch Set 15 : Fix rebase. #

Total comments: 4

Patch Set 16 : Fixed unit tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1610 lines, -1341 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/app_session.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_data.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_data.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_manager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_manager.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +32 lines, -24 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_profile_loader.h View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/attestation/attestation_policy_observer.cc View 1 2 3 4 5 chunks +16 lines, -21 lines 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_flow.h View 4 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_flow.cc View 6 chunks +18 lines, -24 lines 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc View 1 chunk +9 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/app_launch_controller.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc View 7 chunks +26 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/crash_restore_browsertest.cc View 1 2 5 chunks +25 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_get_keys_operation.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_remove_keys_operation.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_auto_login_unittest.cc View 8 chunks +15 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 15 chunks +11 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/login/login_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/saml/saml_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/session/chrome_session_manager.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +18 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc View 3 chunks +14 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_test_base.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/avatar/user_image_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/users/fake_chrome_user_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_policy_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/policy/affiliation_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_enrollment_handler_factory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/power_policy_browsertest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.h View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +21 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos_unittest.cc View 1 2 19 chunks +32 lines, -40 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_test_helper.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_test_helper.cc View 1 2 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/download/notification/download_notification_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 chunks +58 lines, -15 lines 0 comments Download
M chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 chunks +30 lines, -26 lines 0 comments Download
M chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 chunks +65 lines, -20 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc View 1 2 3 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +16 lines, -19 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/flags_ui.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +6 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 11 chunks +22 lines, -12 lines 0 comments Download
M chrome/test/base/testing_profile_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M chromeos/BUILD.gn View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chromeos/DEPS View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/attestation/attestation_flow.h View 7 chunks +13 lines, -12 lines 0 comments Download
M chromeos/attestation/attestation_flow.cc View 1 2 6 chunks +26 lines, -55 lines 0 comments Download
M chromeos/attestation/attestation_flow_unittest.cc View 1 2 3 4 15 chunks +59 lines, -60 lines 0 comments Download
M chromeos/attestation/mock_attestation_flow.h View 2 chunks +8 lines, -5 lines 0 comments Download
M chromeos/attestation/mock_attestation_flow.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M chromeos/cryptohome/async_method_caller.h View 7 chunks +28 lines, -27 lines 0 comments Download
M chromeos/cryptohome/async_method_caller.cc View 1 2 4 chunks +73 lines, -98 lines 0 comments Download
M chromeos/cryptohome/cryptohome_parameters.h View 1 2 3 4 5 6 7 8 9 3 chunks +41 lines, -3 lines 0 comments Download
M chromeos/cryptohome/cryptohome_parameters.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +74 lines, -2 lines 0 comments Download
M chromeos/cryptohome/homedir_methods.cc View 1 2 3 4 5 6 7 8 9 5 chunks +12 lines, -48 lines 0 comments Download
M chromeos/cryptohome/homedir_methods_unittest.cc View 1 2 5 chunks +19 lines, -18 lines 0 comments Download
M chromeos/cryptohome/mock_async_method_caller.h View 3 chunks +40 lines, -35 lines 0 comments Download
M chromeos/dbus/cryptohome_client.h View 1 2 3 4 5 6 7 8 9 17 chunks +78 lines, -85 lines 0 comments Download
M chromeos/dbus/cryptohome_client.cc View 1 2 3 4 5 6 7 8 9 42 chunks +88 lines, -62 lines 0 comments Download
M chromeos/dbus/fake_cryptohome_client.h View 1 2 3 4 5 6 7 8 9 4 chunks +38 lines, -35 lines 0 comments Download
M chromeos/dbus/fake_cryptohome_client.cc View 1 2 3 4 5 6 7 8 9 21 chunks +33 lines, -32 lines 0 comments Download
M chromeos/dbus/fake_session_manager_client.h View 1 2 5 chunks +10 lines, -8 lines 0 comments Download
M chromeos/dbus/fake_session_manager_client.cc View 1 2 5 chunks +20 lines, -19 lines 0 comments Download
M chromeos/dbus/mock_cryptohome_client.h View 1 2 3 4 5 6 7 8 9 5 chunks +56 lines, -50 lines 0 comments Download
M chromeos/dbus/mock_session_manager_client.h View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M chromeos/dbus/session_manager_client.h View 1 2 7 chunks +23 lines, -16 lines 0 comments Download
M chromeos/dbus/session_manager_client.cc View 1 2 15 chunks +38 lines, -36 lines 0 comments Download
M chromeos/login/auth/authenticator.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M chromeos/login/auth/cryptohome_authenticator.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/login/auth/cryptohome_authenticator.cc View 1 2 3 4 5 6 7 8 9 9 chunks +19 lines, -22 lines 0 comments Download
M chromeos/login/auth/extended_authenticator.h View 2 chunks +8 lines, -5 lines 0 comments Download
M chromeos/login/auth/extended_authenticator_impl.h View 2 chunks +3 lines, -1 line 0 comments Download
M chromeos/login/auth/extended_authenticator_impl.cc View 6 chunks +8 lines, -19 lines 0 comments Download
M chromeos/login/auth/fake_extended_authenticator.h View 2 chunks +3 lines, -1 line 0 comments Download
M chromeos/login/auth/fake_extended_authenticator.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chromeos/login/auth/login_performer.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/login/auth/login_performer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -6 lines 0 comments Download
M chromeos/login/auth/stub_authenticator.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chromeos/login/auth/stub_authenticator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chromeos/login/auth/user_context.h View 3 chunks +2 lines, -4 lines 0 comments Download
M chromeos/login/auth/user_context.cc View 4 chunks +9 lines, -15 lines 0 comments Download
M chromeos/tpm/tpm_token_info_getter.h View 4 chunks +6 lines, -4 lines 0 comments Download
M chromeos/tpm/tpm_token_info_getter.cc View 1 2 4 chunks +13 lines, -15 lines 0 comments Download
M chromeos/tpm/tpm_token_info_getter_unittest.cc View 1 2 3 4 5 6 7 8 9 6 chunks +19 lines, -20 lines 0 comments Download
M components/signin/core/account_id/account_id.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +14 lines, -0 lines 0 comments Download
M components/user_manager/known_user.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M components/user_manager/known_user.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +39 lines, -14 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 74 (28 generated)
Alexander Alekseev
Please review.
4 years, 10 months ago (2016-02-16 12:17:50 UTC) #2
Alexander Alekseev
On 2016/02/16 12:17:50, Alexander Alekseev wrote: > Please review. Please review: dkrahn@: c/b/c/attestation c/b/extensions/api/enterprise_platform_keys_private chromeos/attestation ...
4 years, 10 months ago (2016-02-16 12:30:54 UTC) #3
Daniel Erat
Adding more people as a heads-up.
4 years, 10 months ago (2016-02-16 18:27:08 UTC) #5
Darren Krahn
+xiyuan for login stuff https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/browsing_data/browsing_data_remover.cc File chrome/browser/browsing_data/browsing_data_remover.cc (right): https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/browsing_data/browsing_data_remover.cc#newcode857 chrome/browser/browsing_data/browsing_data_remover.cc:857: cryptohome::Identification(user->GetAccountId()).id(), Moving cryptohome::Identification to chromeos/dbus ...
4 years, 10 months ago (2016-02-17 20:48:05 UTC) #7
xiyuan
https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc File chrome/browser/chromeos/app_mode/kiosk_app_manager.cc (right): https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc#newcode70 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc:70: dict_update->SetStringWithoutPathExpansion(account_id.Serialize(), app_id); The comment for Serialize() in account_id.h says: ...
4 years, 10 months ago (2016-02-17 23:14:26 UTC) #8
Alexander Alekseev
Cryptohome and session_manager sources in chromeos/dbus/* are now using cryptohome::Identification as argument. After this change ...
4 years, 10 months ago (2016-02-18 13:45:15 UTC) #9
xiyuan
https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc File chrome/browser/chromeos/app_mode/kiosk_app_manager.cc (right): https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc#newcode641 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc:641: const AccountId account_id(AccountId::FromUserEmail(it->user_id)); On 2016/02/18 13:45:14, Alexander Alekseev wrote: ...
4 years, 10 months ago (2016-02-18 17:22:33 UTC) #10
Alexander Alekseev
https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc File chrome/browser/chromeos/app_mode/kiosk_app_manager.cc (right): https://codereview.chromium.org/1693383003/diff/20001/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc#newcode641 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc:641: const AccountId account_id(AccountId::FromUserEmail(it->user_id)); On 2016/02/18 17:22:33, xiyuan wrote: > ...
4 years, 10 months ago (2016-02-19 00:17:04 UTC) #11
xiyuan
LGTM but please wait for other reviewers as well.
4 years, 10 months ago (2016-02-19 00:19:58 UTC) #12
Darren Krahn
On 2016/02/18 13:45:15, Alexander Alekseev wrote: > On 2016/02/17 20:48:05, Darren Krahn wrote: > > ...
4 years, 10 months ago (2016-02-19 17:29:41 UTC) #13
Alexander Alekseev
+dzhioev for: chromeos/login/ components/user_manager/
4 years, 10 months ago (2016-02-20 05:22:54 UTC) #15
dzhioev (left Google)
https://codereview.chromium.org/1693383003/diff/100001/chromeos/login/auth/cryptohome_authenticator.cc File chromeos/login/auth/cryptohome_authenticator.cc (right): https://codereview.chromium.org/1693383003/diff/100001/chromeos/login/auth/cryptohome_authenticator.cc#newcode186 chromeos/login/auth/cryptohome_authenticator.cc:186: const bool is_gaiaid_migration_started = switches::IsGaiaIdMigrationStarted(); Let's put: if (switches::IsGaiaIdMigrationStarted()) ...
4 years, 10 months ago (2016-02-20 07:15:13 UTC) #16
Alexander Alekseev
https://codereview.chromium.org/1693383003/diff/100001/chromeos/login/auth/cryptohome_authenticator.cc File chromeos/login/auth/cryptohome_authenticator.cc (right): https://codereview.chromium.org/1693383003/diff/100001/chromeos/login/auth/cryptohome_authenticator.cc#newcode186 chromeos/login/auth/cryptohome_authenticator.cc:186: const bool is_gaiaid_migration_started = switches::IsGaiaIdMigrationStarted(); On 2016/02/20 07:15:13, dzhioev ...
4 years, 10 months ago (2016-02-20 08:07:11 UTC) #17
dzhioev (left Google)
On 2016/02/20 08:07:11, Alexander Alekseev wrote: > https://codereview.chromium.org/1693383003/diff/100001/chromeos/login/auth/cryptohome_authenticator.cc > File chromeos/login/auth/cryptohome_authenticator.cc (right): > > https://codereview.chromium.org/1693383003/diff/100001/chromeos/login/auth/cryptohome_authenticator.cc#newcode186 ...
4 years, 10 months ago (2016-02-23 00:36:41 UTC) #18
Alexander Alekseev
derat@ , what do you think about : chromeos/BUILD.gn chromeos/DEPS chromeos/chromeos.gyp chromeos/dbus/fake_session_manager_client.cc chromeos/dbus/fake_session_manager_client.h chromeos/dbus/mock_session_manager_client.h chromeos/dbus/session_manager_client.cc ...
4 years, 10 months ago (2016-02-23 07:18:23 UTC) #19
Alexander Alekseev
+rogerta@ : Please review: components/signin/core/account_id/account_id.cc chromeos/DEPS (as owner of components/signin/core/account_id/ )
4 years, 10 months ago (2016-02-23 09:07:00 UTC) #21
Roger Tawa OOO till Jul 10th
lgtm account_id.cc and DEPS
4 years, 10 months ago (2016-02-23 15:44:21 UTC) #22
Daniel Erat
rubberstamp lgtm for ownerless chromeos/tpm/ directory. i'm not an owner of chromeos/dbus/, though. adding stevenjb@ ...
4 years, 10 months ago (2016-02-23 19:00:49 UTC) #24
stevenjb
https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc File chromeos/dbus/cryptohome_client.cc (right): https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc#newcode144 chromeos/dbus/cryptohome_client.cc:144: } Are these changes codependent, or can we separate ...
4 years, 10 months ago (2016-02-23 19:27:34 UTC) #25
Alexander Alekseev
https://codereview.chromium.org/1693383003/diff/140001/chromeos/login/auth/utils.cc File chromeos/login/auth/utils.cc (right): https://codereview.chromium.org/1693383003/diff/140001/chromeos/login/auth/utils.cc#newcode24 chromeos/login/auth/utils.cc:24: } On 2016/02/23 19:27:34, stevenjb wrote: > This is ...
4 years, 10 months ago (2016-02-24 01:52:57 UTC) #26
Alexander Alekseev
https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc File chromeos/dbus/cryptohome_client.cc (right): https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc#newcode144 chromeos/dbus/cryptohome_client.cc:144: } On 2016/02/23 19:27:34, stevenjb wrote: > Are these ...
4 years, 10 months ago (2016-02-24 09:27:42 UTC) #29
stevenjb
https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc File chromeos/dbus/cryptohome_client.cc (right): https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc#newcode144 chromeos/dbus/cryptohome_client.cc:144: } On 2016/02/24 09:27:42, Alexander Alekseev wrote: > On ...
4 years, 10 months ago (2016-02-24 17:25:44 UTC) #30
Alexander Alekseev
https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc File chromeos/dbus/cryptohome_client.cc (right): https://codereview.chromium.org/1693383003/diff/140001/chromeos/dbus/cryptohome_client.cc#newcode144 chromeos/dbus/cryptohome_client.cc:144: } On 2016/02/24 17:25:43, stevenjb wrote: > On 2016/02/24 ...
4 years, 10 months ago (2016-02-25 07:40:46 UTC) #31
stevenjb
Thanks! LGTM
4 years, 10 months ago (2016-02-25 17:16:40 UTC) #33
Alexander Alekseev
+sky@ for: chrome/browser/browsing_data/browsing_data_remover.cc chrome/browser/policy/cloud/cloud_policy_browsertest.cc chrome/browser/profiles/profile_io_data.cc chrome/browser/ui/startup/startup_browser_creator.cc Please review.
4 years, 10 months ago (2016-02-26 00:50:13 UTC) #34
Alexander Alekseev
+sky@ for: chrome/browser/browsing_data/browsing_data_remover.cc chrome/browser/policy/cloud/cloud_policy_browsertest.cc chrome/browser/profiles/profile_io_data.cc chrome/browser/ui/startup/startup_browser_creator.cc Please review.
4 years, 10 months ago (2016-02-26 02:13:05 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693383003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693383003/200001
4 years, 10 months ago (2016-02-26 03:21:06 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/131150)
4 years, 10 months ago (2016-02-26 04:23:57 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693383003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693383003/220001
4 years, 10 months ago (2016-02-26 05:56:51 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/131220)
4 years, 10 months ago (2016-02-26 06:49:25 UTC) #44
sky
LGTM
4 years, 10 months ago (2016-02-26 16:08:00 UTC) #45
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693383003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693383003/240001
4 years, 9 months ago (2016-03-02 15:13:20 UTC) #47
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/30127) ios_dbg_simulator_ninja on ...
4 years, 9 months ago (2016-03-02 15:16:51 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693383003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693383003/260001
4 years, 9 months ago (2016-03-02 21:32:42 UTC) #51
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/133955)
4 years, 9 months ago (2016-03-02 21:51:25 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693383003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693383003/280001
4 years, 9 months ago (2016-03-02 23:19:04 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/175606)
4 years, 9 months ago (2016-03-03 00:21:43 UTC) #58
Alexander Alekseev
+mnissler@ Mattias. Could you look at my comment? https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc File chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc (right): https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc#newcode174 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc:174: return ...
4 years, 9 months ago (2016-03-03 01:42:26 UTC) #60
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693383003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693383003/300001
4 years, 9 months ago (2016-03-03 10:44:34 UTC) #62
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-03 11:56:24 UTC) #64
Mattias Nissler (ping if slow)
https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc File chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc (right): https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc#newcode174 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc:174: return GetAccountId().GetUserEmail(); On 2016/03/03 01:42:26, Alexander Alekseev wrote: > ...
4 years, 9 months ago (2016-03-03 11:57:05 UTC) #65
Alexander Alekseev
https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc File chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc (right): https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc#newcode174 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc:174: return GetAccountId().GetUserEmail(); On 2016/03/03 11:57:04, Mattias (ping if no ...
4 years, 9 months ago (2016-03-03 13:02:12 UTC) #66
Alexander Alekseev
https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc File chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc (right): https://codereview.chromium.org/1693383003/diff/280001/chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc#newcode174 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc:174: return GetAccountId().GetUserEmail(); On 2016/03/03 13:02:12, Alexander Alekseev wrote: > ...
4 years, 9 months ago (2016-03-04 10:15:13 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693383003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693383003/300001
4 years, 9 months ago (2016-03-04 10:15:58 UTC) #70
commit-bot: I haz the power
Committed patchset #16 (id:300001)
4 years, 9 months ago (2016-03-04 10:40:05 UTC) #72
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 10:41:27 UTC) #74
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/627f65303a4a1a6b4d1beb62c9ea5b6ed5affda7
Cr-Commit-Position: refs/heads/master@{#379262}

Powered by Google App Engine
This is Rietveld 408576698