Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Issue 218713002: Componentize SigninManager. (Closed)

Created:
6 years, 8 months ago by blundell
Modified:
6 years, 8 months ago
Reviewers:
droger, Nico, blundell1, dewittj
CC:
chromium-reviews, dbeam+watch-options_chromium.org, skanuj+watch_chromium.org, nkostylev+watch_chromium.org, tzik, dhollowa+watch_chromium.org, dougw+watch_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, tim+watch_chromium.org, extensions-reviews_chromium.org, melevin+watch_chromium.org, dominich, chromium-apps-reviews_chromium.org, pedrosimonetti+watch_chromium.org, dbeam+watch-ntp_chromium.org, browser-components-watch_chromium.org, haitaol+watch_chromium.org, nhiroki, dkrahn+watch_chromium.org, jfweitz+watch_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, estade+watch_chromium.org, Jered, maniscalco+watch_chromium.org, chrome-apps-syd-reviews_chromium.org, tfarina, donnd+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, James Su, davemoore+watch_chromium.org, Roger Tawa OOO till Jul 10th
Visibility:
Public.

Description

Componentize SigninManager. This CL does the following: - Componentizes SigninIdAccountHelper, on which SigninManager depends - Abstracts SigninManager's (embedder-level) calculation of whether to merge signin credentials into the cookie jar via SigninClient - Eliminates the |profile| argument of SigninManagerBase::Initialize() now that SigninManager no longer needs it - Componentizes SigninManager BUG=334209, 333998 TBR=thakis Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260636 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260831

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 4

Patch Set 3 : Response to review #

Patch Set 4 : Fix after rebase #

Patch Set 5 : Fix Windows compile #

Patch Set 6 : Fix after rebase #

Patch Set 7 : Account for Roger's CL being reverted #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -1041 lines) Patch
M chrome/browser/android/bookmarks/bookmarks_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/signin/signin_manager_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/app_controller_mac.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/startup_app_launcher.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_verifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screen_locker.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/account_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/identity_apitest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/identity_signin_flow.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/webstore_private/webstore_private_api.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/browser_permissions_policy_delegate_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/web_history_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/gcm_invalidation_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/invalidation_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/ticl_invalidation_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_registration_utility.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_base.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_base.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_ios.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/policy_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_downloader.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/about_signin_internals.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/about_signin_internals.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_reconcilor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_reconcilor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/chrome_signin_client.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/signin/chrome_signin_client.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/signin/fake_profile_oauth2_token_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/fake_signin_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/fake_signin_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_request.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/signin/signin_account_id_helper.h View 1 2 3 4 5 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/browser/signin/signin_account_id_helper.cc View 1 2 3 4 5 1 chunk +0 lines, -164 lines 0 comments Download
M chrome/browser/signin/signin_error_notifier_ash_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_global_error.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_global_error_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
D chrome/browser/signin/signin_manager.h View 1 2 3 4 5 1 chunk +0 lines, -225 lines 0 comments Download
D chrome/browser/signin/signin_manager.cc View 1 2 3 4 5 1 chunk +0 lines, -383 lines 0 comments Download
M chrome/browser/signin/signin_manager_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_manager_unittest.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/signin/signin_names_io_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_names_io_thread_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_promo.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_ui_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/about_sync_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_preference_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_session_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_ui_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/api_util.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/chrome_signin_delegate.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/people/people_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/people/people_result.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/auto_login_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/auto_login_prompter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/chrome_pages.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/profile_chooser_controller_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_unittest.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/application_launch.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/search_tab_helper.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper_unittest.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/avatar_menu_bubble_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/profile_chooser_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/android/promo_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_login_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/manage_profile_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/managed_user_create_confirm_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/managed_user_import_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/options_ui_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/login_ui_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/test/base/chrome_render_view_host_test_harness.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/signin.gypi View 1 2 3 4 4 chunks +14 lines, -0 lines 0 comments Download
A + components/signin/core/browser/signin_account_id_helper.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
A + components/signin/core/browser/signin_account_id_helper.cc View 1 2 3 4 5 3 chunks +2 lines, -4 lines 0 comments Download
M components/signin/core/browser/signin_client.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A + components/signin/core/browser/signin_manager.h View 1 2 3 4 5 4 chunks +5 lines, -12 lines 0 comments Download
A + components/signin/core/browser/signin_manager.cc View 1 2 3 4 5 12 chunks +21 lines, -34 lines 0 comments Download
M components/signin/core/browser/signin_manager_base.h View 2 chunks +1 line, -6 lines 0 comments Download
M components/signin/core/browser/signin_manager_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/test_signin_client.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M components/signin/core/browser/test_signin_client.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M components/signin/core/common/signin_pref_names.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/signin/core/common/signin_pref_names.cc View 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
blundell
The only meaningful changes in this CL are in //chrome/browser/signin, //components/signin*, and chrome_browser.gypi. The remaining ...
6 years, 8 months ago (2014-03-31 07:50:26 UTC) #1
droger
https://codereview.chromium.org/218713002/diff/20001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/218713002/diff/20001/chrome/chrome_browser.gypi#newcode3093 chrome/chrome_browser.gypi:3093: 'signin/core/browser/signin_manager.cc', This seems wrong. https://codereview.chromium.org/218713002/diff/20001/components/signin/core/browser/signin_client.h File components/signin/core/browser/signin_client.h (right): https://codereview.chromium.org/218713002/diff/20001/components/signin/core/browser/signin_client.h#newcode38 ...
6 years, 8 months ago (2014-03-31 09:13:20 UTC) #2
blundell
Thanks! https://codereview.chromium.org/218713002/diff/20001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/218713002/diff/20001/chrome/chrome_browser.gypi#newcode3093 chrome/chrome_browser.gypi:3093: 'signin/core/browser/signin_manager.cc', Yes, thanks. Moved the exclusion to //components/signin.gypi. ...
6 years, 8 months ago (2014-03-31 11:56:50 UTC) #3
droger
lgtm
6 years, 8 months ago (2014-03-31 15:08:27 UTC) #4
blundell
TBR=thakis for //chrome changes outside of //chrome/browser/signin
6 years, 8 months ago (2014-03-31 16:42:29 UTC) #5
blundell
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-03-31 16:42:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/218713002/80001
6 years, 8 months ago (2014-03-31 16:44:05 UTC) #7
commit-bot: I haz the power
Change committed as 260636
6 years, 8 months ago (2014-03-31 20:35:08 UTC) #8
dewittj
A revert of this CL has been created in https://codereview.chromium.org/218613008/ by [email protected]. The reason for ...
6 years, 8 months ago (2014-03-31 20:49:02 UTC) #9
blundell
Relanding with a fix for an include of SigninManager in its old location that landed ...
6 years, 8 months ago (2014-03-31 21:04:43 UTC) #10
blundell
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-03-31 21:04:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/218713002/100001
6 years, 8 months ago (2014-03-31 21:06:36 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 8 months ago (2014-03-31 21:07:22 UTC) #13
commit-bot: I haz the power
Failed to apply patch for chrome/browser/profiles/gaia_info_update_service.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-03-31 21:07:23 UTC) #14
blundell
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-03-31 21:22:23 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/218713002/110001
6 years, 8 months ago (2014-03-31 21:24:56 UTC) #16
dewittj
This conflicted with r260630 and ultimately both got reverted in parallel. It should be safe ...
6 years, 8 months ago (2014-03-31 21:30:07 UTC) #17
blundell1
Mine is going through the CQ again now. This is the second time in a ...
6 years, 8 months ago (2014-03-31 21:32:35 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 8 months ago (2014-03-31 22:15:57 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-03-31 22:15:57 UTC) #20
blundell
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-04-01 05:51:28 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/218713002/110001
6 years, 8 months ago (2014-04-01 05:51:40 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 8 months ago (2014-04-01 06:17:14 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-04-01 06:17:15 UTC) #24
blundell
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-04-01 06:29:47 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/218713002/110001
6 years, 8 months ago (2014-04-01 06:30:22 UTC) #26
commit-bot: I haz the power
6 years, 8 months ago (2014-04-01 11:19:21 UTC) #27
Message was sent while issue was closed.
Change committed as 260831

Powered by Google App Engine
This is Rietveld 408576698