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

Issue 1165913002: [Cleanup] Used scoped pointers in KeyedServiceFactory's SetTestingFactory functions. (Closed)

Created:
5 years, 6 months ago by Ilya Sherman
Modified:
5 years, 6 months ago
CC:
chromium-reviews, asanka, skanuj+watch_chromium.org, sadrul, qsr+mojo_chromium.org, zea+watch_chromium.org, tzik, posciak+watch_chromium.org, dhollowa+watch_chromium.org, vabr+watchlist_chromium.org, maxbogue+watch_chromium.org, browser-components-watch_chromium.org, yzshen+watch_chromium.org, noyau+watch_chromium.org, markusheintz_, stevenjb+watch_chromium.org, tim+watch_chromium.org, extensions-reviews_chromium.org, melevin+watch_chromium.org, Matt Giuca, benjhayden+dwatch_chromium.org, ben+mojo_chromium.org, dzhioev+watch_chromium.org, jam, abarth-chromium, plaree+watch_chromium.org, pvalenzuela+watch_chromium.org, darin-cc_chromium.org, rlp+watch_chromium.org, rouslan+autofillwatch_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, maniscalco+watch_chromium.org, dougw+watch_chromium.org, tapted, viettrungluu+watch_chromium.org, rouslan+spellwatch_chromium.org, nhiroki, feature-media-reviews_chromium.org, jfweitz+watch_chromium.org, oshima+watch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Jered, mkwst+watchlist-passwords_chromium.org, kalyank, media-router+watch_chromium.org, tfarina, donnd+watch_chromium.org, mcasas+watch_chromium.org, Aaron Boodman, David Black, samarth+watch_chromium.org, grt+watch_chromium.org, kmadhusu+watch_chromium.org, darin (slow to review), James Su, wjia+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org, sdefresne
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Cleanup] Used scoped pointers in KeyedServiceFactory's SetTestingFactory functions. Along the way, clean up some tests' usage of SetTestingFactory(). BUG=NONE TEST=git cl try Committed: https://crrev.com/30fa851a798084bd26792079ecf5fd1e317dde2d Cr-Commit-Position: refs/heads/master@{#333605}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fix compile and one test crash #

Patch Set 4 : Fix compile on ChromeOS, and fix two more test failures #

Patch Set 5 : More ChromeOS compilation fixes #

Patch Set 6 : Rebase #

Total comments: 28

Patch Set 7 : Rename profile -> context and use nullptr to create empty scoped_ptrs #

Patch Set 8 : Rebase #

Patch Set 9 : Finish renaming profile -> context #

Unified diffs Side-by-side diffs Delta from patch set Stats (+581 lines, -546 lines) Patch
M chrome/browser/autocomplete/autocomplete_classifier_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_classifier_factory.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/file_stream_reader_unittest.cc View 3 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/file_stream_writer_unittest.cc View 3 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc View 3 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/service_factory.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/users/multi_profile_user_controller_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc View 1 3 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/download/download_shelf_unittest.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/download/download_ui_controller_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/active_script_controller_unittest.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/audio_modem/audio_modem_api_unittest.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc View 1 2 3 4 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/instance_id/instance_id_apitest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/management/management_api_unittest.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/mdns/mdns_api_unittest.cc View 1 2 3 4 5 6 5 chunks +12 lines, -16 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_apitest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc View 1 2 3 4 5 6 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_service_client_apitest.cc View 1 2 3 4 5 6 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/sessions/sessions_apitest.cc View 1 2 3 4 5 6 3 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/settings_private_apitest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc View 1 2 3 4 5 6 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager_unittest.cc View 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/socket/socket_api_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_api_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/storage/settings_sync_unittest.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_action_test_util.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_garbage_collector_factory.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_garbage_collector_factory.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler_unittest.cc View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/menu_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/menu_manager_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/menu_manager_unittest.cc View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/test_extension_system.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/test_extension_system.cc View 1 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/history/web_history_service_unittest.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/invalidation/profile_invalidation_provider_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/router/media_router_mojo_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/mock_password_store_service.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/mock_password_store_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/test_password_store_service.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/test_password_store_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_browsertest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/profile_resetter/profile_resetter_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc View 1 2 3 4 5 6 3 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/search/hotword_installer_browsertest.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/search/hotword_service_unittest.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/services/gcm/fake_gcm_profile_service.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/services/gcm/fake_gcm_profile_service.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/sessions/session_service_factory.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/signin/account_reconcilor_unittest.cc View 1 2 3 4 5 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/signin/easy_unlock_app_manager_unittest.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc View 1 2 3 4 5 6 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/signin/fake_account_tracker_service.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/signin/fake_account_tracker_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/fake_gaia_cookie_manager_service.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/signin/fake_gaia_cookie_manager_service.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/signin/fake_profile_oauth2_token_service_builder.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/signin/fake_profile_oauth2_token_service_builder.cc View 1 chunk +10 lines, -7 lines 0 comments Download
M chrome/browser/signin/fake_signin_manager.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/signin/fake_signin_manager.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/browser/signin/signin_manager_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/signin/test_signin_client_builder.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/signin/test_signin_client_builder.cc View 1 chunk +3 lines, -10 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc View 1 2 2 chunks +14 lines, -12 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 3 4 5 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 3 chunks +12 lines, -13 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/startup_controller_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_error_notifier_ash_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_global_error_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/themes/theme_syncable_service_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_prefs_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_prefs_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service_factory.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service_factory.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_chromeos_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc View 1 2 3 4 5 6 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_service_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/test_with_browser_view.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/extension_printer_handler_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/base/chrome_render_view_host_test_harness.cc View 1 chunk +20 lines, -15 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 4 chunks +31 lines, -27 lines 0 comments Download
M components/feedback/feedback_data_unittest.cc View 3 chunks +6 lines, -9 lines 0 comments Download
M components/feedback/feedback_uploader_unittest.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_service_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_service_factory.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M components/keyed_service/core/keyed_service_factory.h View 3 chunks +5 lines, -3 lines 0 comments Download
M components/keyed_service/core/keyed_service_factory.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M components/keyed_service/ios/browser_state_keyed_service_factory.h View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M components/keyed_service/ios/browser_state_keyed_service_factory.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M extensions/browser/api/api_resource_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
M extensions/browser/api/idle/idle_api_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M extensions/browser/api/sockets_tcp/sockets_tcp_api_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/api/storage/storage_api_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -3 lines 0 comments Download
M extensions/browser/api/storage/storage_frontend.h View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/storage/storage_frontend.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/storage/storage_frontend_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/extension_prefs_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/extension_prefs_factory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/lazy_background_task_queue_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
Ilya Sherman
Elliot, PTAL at //components/keyed_service, as well as any other files that you'd like to spot ...
5 years, 6 months ago (2015-06-06 00:10:19 UTC) #2
vabr (Chromium)
Drive-by: All in */password_manager/* LGTM. Thanks for the clean-up! Vaclav
5 years, 6 months ago (2015-06-08 11:13:23 UTC) #4
vabr (Chromium)
On 2015/06/08 11:13:23, vabr (Chromium) wrote: > Drive-by: All in */password_manager/* LGTM. > Thanks for ...
5 years, 6 months ago (2015-06-08 11:14:48 UTC) #5
Elliot Glaysher
keyed_services lgtm
5 years, 6 months ago (2015-06-08 17:15:01 UTC) #6
Ilya Sherman
Scott, could you please stamp the //chrome changes? Rahul, could you please stamp the //components/feedback ...
5 years, 6 months ago (2015-06-08 18:43:05 UTC) #8
rkc
lgtm
5 years, 6 months ago (2015-06-08 18:47:46 UTC) #9
Devlin
extensions lgtm. I noticed a few things that bothered me (mostly BrowserContexts called profiles) along ...
5 years, 6 months ago (2015-06-08 19:29:44 UTC) #10
sky
https://chromiumcodereview.appspot.com/1165913002/diff/100001/chrome/browser/invalidation/profile_invalidation_provider_factory.cc File chrome/browser/invalidation/profile_invalidation_provider_factory.cc (right): https://chromiumcodereview.appspot.com/1165913002/diff/100001/chrome/browser/invalidation/profile_invalidation_provider_factory.cc#newcode95 chrome/browser/invalidation/profile_invalidation_provider_factory.cc:95: KeyedService* ProfileInvalidationProviderFactory::BuildServiceInstanceFor( It seems weird not to change this ...
5 years, 6 months ago (2015-06-08 20:18:50 UTC) #11
Ilya Sherman
https://chromiumcodereview.appspot.com/1165913002/diff/100001/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc File chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc (right): https://chromiumcodereview.appspot.com/1165913002/diff/100001/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc#newcode41 chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc:41: return make_scoped_ptr(new FakeEventRouter(static_cast<Profile*>(context))); On 2015/06/08 19:29:43, Devlin wrote: > ...
5 years, 6 months ago (2015-06-08 22:11:44 UTC) #12
Kevin M
media/router lgtm
5 years, 6 months ago (2015-06-08 22:15:39 UTC) #14
sdefresne
On 2015/06/06 00:10:19, Ilya Sherman wrote: > Elliot, PTAL at //components/keyed_service, as well as any ...
5 years, 6 months ago (2015-06-09 09:40:52 UTC) #15
sky
LGTM
5 years, 6 months ago (2015-06-09 13:08:22 UTC) #16
Ilya Sherman
On 2015/06/09 09:40:52, sdefresne wrote: > On 2015/06/06 00:10:19, Ilya Sherman wrote: > > Elliot, ...
5 years, 6 months ago (2015-06-09 19:49:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165913002/140001
5 years, 6 months ago (2015-06-09 20:46:57 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/45844)
5 years, 6 months ago (2015-06-09 21:39:17 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165913002/160001
5 years, 6 months ago (2015-06-09 21:57:52 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 6 months ago (2015-06-09 23:32:24 UTC) #26
commit-bot: I haz the power
5 years, 6 months ago (2015-06-09 23:33:15 UTC) #27
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/30fa851a798084bd26792079ecf5fd1e317dde2d
Cr-Commit-Position: refs/heads/master@{#333605}

Powered by Google App Engine
This is Rietveld 408576698