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

Issue 1312453005: Removed Profile::GetHostContentSettingsMap (Closed)

Created:
5 years, 3 months ago by PEConn
Modified:
5 years, 3 months ago
CC:
asanka, benjhayden+dwatch_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, davidben+watch_chromium.org, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, gavinp+prer_chromium.org, jam, johnme+watch_chromium.org, markusheintz_, mcasas+watch_chromium.org, Matt Giuca, michaelpg+watch-options_chromium.org, Miguel Garcia, mlamouri+watch-notifications_chromium.org, mlamouri+watch-permissions_chromium.org, mlamouri+watch-geolocation_chromium.org, Michael van Ouwerkerk, mvanouwerkerk+watch_chromium.org, peter+watch_chromium.org, posciak+watch_chromium.org, raymes+watch_chromium.org, scheib+watch_chromium.org, tapted, tburkard+watch_chromium.org, tfarina, toyoshim+midi_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed Profile::GetHostContentSettingsMap Parts: 1) Removed Profile::GetHostContentSettingsMap. 2) Replaced its use with HostContentSettingsMapFactory::GetForProfile. 3) Added dependencies for factories that depend on HCSM. 3.1) Extracted common dependencies for factories of PermissionContextBase subclasses. 4) Removed unnecessary notification watcher from SupervisedProvider (it is owned by HCSM so will be shutdown at the correct time). BUG=112530 TBR=sky@chromium.org Committed: https://crrev.com/5100d43a99c1c6657162db57cc3dde53a5b55277 Cr-Commit-Position: refs/heads/master@{#349099}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Added dependencies #

Patch Set 3 : Removed Notification Subscription from SupervisedProvider #

Total comments: 10

Patch Set 4 : Removed redundant functions #

Total comments: 1

Patch Set 5 : Removed include #

Patch Set 6 : Fixed patch conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+703 lines, -592 lines) Patch
M chrome/browser/android/preferences/pref_service_bridge.cc View 20 chunks +20 lines, -19 lines 0 comments Download
M chrome/browser/android/preferences/website_preference_bridge.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/apps/guest_view/web_view_browsertest.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/banners/app_banner_settings_helper.cc View 6 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/content_settings_browsertest.cc View 5 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/content_settings/content_settings_supervised_provider.h View 1 2 4 chunks +1 line, -13 lines 0 comments Download
M chrome/browser/content_settings/content_settings_supervised_provider.cc View 1 2 3 chunks +5 lines, -23 lines 0 comments Download
M chrome/browser/content_settings/content_settings_usages_state_unittest.cc View 6 chunks +16 lines, -11 lines 0 comments Download
M chrome/browser/content_settings/cookie_settings_factory.cc View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_unittest.cc View 1 2 3 4 5 20 chunks +20 lines, -19 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 4 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/download/download_request_limiter.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/engagement/site_engagement_service.cc View 1 2 3 4 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/engagement/site_engagement_service_factory.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/content_settings/content_settings_api.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/content_settings/content_settings_apitest.cc View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/plugin_apitest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/webstore_inline_installer_browsertest.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/geolocation/geolocation_browsertest.cc View 5 chunks +33 lines, -33 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_factory.cc View 1 2 3 4 5 2 chunks +2 lines, -8 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_unittest.cc View 1 2 3 4 5 4 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/geolocation/geolocation_settings_state_unittest.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/media/chrome_media_stream_infobar_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/media/media_stream_camera_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/media/media_stream_camera_permission_context_factory.cc View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/media/media_stream_device_permission_context_unittest.cc View 3 chunks +21 lines, -12 lines 0 comments Download
M chrome/browser/media/media_stream_devices_controller.cc View 4 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/media/media_stream_devices_controller_browsertest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/media/media_stream_mic_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/media/media_stream_mic_permission_context_factory.cc View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/media/midi_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/media/midi_permission_context_factory.cc View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/media/midi_permission_context_unittest.cc View 1 2 3 4 5 3 chunks +21 lines, -12 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_permission_context_factory.cc View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_profile_util.cc View 1 chunk +33 lines, -22 lines 0 comments Download
M chrome/browser/notifications/message_center_settings_controller.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/notifications/message_center_settings_controller_unittest.cc View 4 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/notifications/notification_browsertest.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/notifications/notification_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/notifications/notification_permission_context_factory.cc View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/notifications/platform_notification_service_impl.cc View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/notifications/platform_notification_service_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/permissions/permission_context_base.cc View 5 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/permissions/permission_context_base_unittest.cc View 1 2 3 4 5 5 chunks +28 lines, -16 lines 0 comments Download
A chrome/browser/permissions/permission_context_factory_base.h View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/permissions/permission_context_factory_base.cc View 1 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/permissions/permission_manager.cc View 1 2 3 4 5 5 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/permissions/permission_manager_factory.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/permissions/permission_manager_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/permissions/permission_queue_controller.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/profile_resetter/profile_resetter.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/profile_resetter/profile_resetter_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/push_messaging/push_messaging_browsertest.cc View 10 chunks +65 lines, -64 lines 0 comments Download
M chrome/browser/push_messaging/push_messaging_permission_context.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/push_messaging/push_messaging_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/push_messaging/push_messaging_permission_context_factory.cc View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/push_messaging/push_messaging_permission_context_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_broker_message_filter.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/signin/chrome_signin_client.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ssl/chrome_ssl_host_state_delegate.cc View 6 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 2 3 4 5 4 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/storage/durable_storage_permission_context_factory.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/storage/durable_storage_permission_context_factory.cc View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_pref_store.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_settings_service.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc View 5 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 6 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_image_model.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/exclusive_access/fullscreen_controller.cc View 3 chunks +12 lines, -16 lines 0 comments Download
M chrome/browser/ui/exclusive_access/fullscreen_controller_browsertest.cc View 3 chunks +24 lines, -23 lines 0 comments Download
M chrome/browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/exclusive_access/mouse_lock_controller.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/website_settings/website_settings_unittest.cc View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 4 5 8 chunks +17 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/plugins_ui.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 5 chunks +9 lines, -6 lines 0 comments Download
M chrome/test/ppapi/ppapi_interactive_browsertest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/ppapi/ppapi_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 64 (29 generated)
PEConn
Removed Profile::GetHostContentSettingsMap Replaced its use with HostContentSettingsMapFactory::GetForProfile.
5 years, 3 months ago (2015-09-09 16:51:26 UTC) #8
Elliot Glaysher
<3 cleanup patches lgtm
5 years, 3 months ago (2015-09-09 17:24:23 UTC) #9
Peter Beverloo
https://codereview.chromium.org/1312453005/diff/80001/chrome/browser/push_messaging/push_messaging_service_impl.cc File chrome/browser/push_messaging/push_messaging_service_impl.cc (right): https://codereview.chromium.org/1312453005/diff/80001/chrome/browser/push_messaging/push_messaging_service_impl.cc#newcode748 chrome/browser/push_messaging/push_messaging_service_impl.cc:748: HostContentSettingsMapFactory::GetForProfile(profile_)->RemoveObserver(this); Shouldn't the PushMessagingServiceFactory declare a dependency on the ...
5 years, 3 months ago (2015-09-09 21:03:51 UTC) #11
Bernhard Bauer
https://codereview.chromium.org/1312453005/diff/80001/chrome/browser/push_messaging/push_messaging_service_impl.cc File chrome/browser/push_messaging/push_messaging_service_impl.cc (right): https://codereview.chromium.org/1312453005/diff/80001/chrome/browser/push_messaging/push_messaging_service_impl.cc#newcode748 chrome/browser/push_messaging/push_messaging_service_impl.cc:748: HostContentSettingsMapFactory::GetForProfile(profile_)->RemoveObserver(this); On 2015/09/09 21:03:51, Peter Beverloo wrote: > Shouldn't ...
5 years, 3 months ago (2015-09-10 09:30:44 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/100001
5 years, 3 months ago (2015-09-10 14:33:17 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-10 15:37:32 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/120001
5 years, 3 months ago (2015-09-11 11:33:28 UTC) #18
PEConn
Could you please review: (The number in brackets corresponds to what part of the CL ...
5 years, 3 months ago (2015-09-11 12:57:26 UTC) #20
Michael van Ouwerkerk
geolocation lgtm
5 years, 3 months ago (2015-09-11 13:05:33 UTC) #21
Bernhard Bauer
content_settings/ LGTM, thanks!
5 years, 3 months ago (2015-09-11 13:15:19 UTC) #22
Peter Beverloo
push and notifications lgtm % comments, thank you! :)
5 years, 3 months ago (2015-09-11 13:29:28 UTC) #23
Peter Beverloo
https://codereview.chromium.org/1312453005/diff/120001/chrome/browser/notifications/notification_permission_context_factory.h File chrome/browser/notifications/notification_permission_context_factory.h (right): https://codereview.chromium.org/1312453005/diff/120001/chrome/browser/notifications/notification_permission_context_factory.h#newcode29 chrome/browser/notifications/notification_permission_context_factory.h:29: content::BrowserContext* GetBrowserContextToUse( This method is now identical to PermissionContextFactoryBase::GetBrowserContextToUse(), ...
5 years, 3 months ago (2015-09-11 13:29:38 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-11 13:33:12 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/140001
5 years, 3 months ago (2015-09-11 15:19:27 UTC) #28
DaleCurtis
media/ lgtm
5 years, 3 months ago (2015-09-11 16:30:30 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-11 16:50:30 UTC) #31
Elliot Glaysher
profiles lgtm
5 years, 3 months ago (2015-09-11 17:24:59 UTC) #32
dgrogan
chrome/browser/storage/durable_storage_permission_context_factory.* LGTM
5 years, 3 months ago (2015-09-11 19:34:40 UTC) #33
benwells
c/b/apps c/b/site_engagement c/b/extensions c/b/ui/app_list all lgtm i am not an owner for permissions which you ...
5 years, 3 months ago (2015-09-14 03:50:05 UTC) #34
PEConn
@miguelg Could you please review: chrome/browser/permissions/permission_manager_factory.* chrome/browser/permissions/permission_context_factory_base.* With regards to points 3 and 3.1 in ...
5 years, 3 months ago (2015-09-14 09:07:34 UTC) #36
Miguel Garcia
Adding Mounir to review those files. /me moves to CC
5 years, 3 months ago (2015-09-14 09:22:55 UTC) #38
mlamouri (slow - plz ping)
chrome/browser/permissions/ lgtm
5 years, 3 months ago (2015-09-15 11:28:37 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/160001
5 years, 3 months ago (2015-09-15 13:10:47 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/69316)
5 years, 3 months ago (2015-09-15 13:12:51 UTC) #44
PEConn
sky@chromium.org: At your convenience (you've been TBR'd) could you review changes in the following files. ...
5 years, 3 months ago (2015-09-15 13:47:54 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/180001
5 years, 3 months ago (2015-09-15 15:39:19 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/107303)
5 years, 3 months ago (2015-09-15 17:40:58 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/180001
5 years, 3 months ago (2015-09-16 08:33:11 UTC) #53
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/107817)
5 years, 3 months ago (2015-09-16 08:57:59 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/180001
5 years, 3 months ago (2015-09-16 09:06:27 UTC) #57
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/107830)
5 years, 3 months ago (2015-09-16 09:44:05 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312453005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312453005/180001
5 years, 3 months ago (2015-09-16 11:17:24 UTC) #61
commit-bot: I haz the power
Committed patchset #6 (id:180001)
5 years, 3 months ago (2015-09-16 12:03:18 UTC) #62
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/5100d43a99c1c6657162db57cc3dde53a5b55277 Cr-Commit-Position: refs/heads/master@{#349099}
5 years, 3 months ago (2015-09-16 12:04:10 UTC) #63
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:54:41 UTC) #64
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5100d43a99c1c6657162db57cc3dde53a5b55277
Cr-Commit-Position: refs/heads/master@{#349099}

Powered by Google App Engine
This is Rietveld 408576698