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

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed)

Created:
4 years, 6 months ago by Ben Goodger (Google)
Modified:
4 years, 6 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, creis+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-notifications_chromium.org, nasko+codewatch_chromium.org, Peter Beverloo, posciak+watch_chromium.org, qsr+mojo_chromium.org, toyoshim+midi_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@a2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change RenderFrame to use InterfaceRegistry et al. R=rockot@chromium.org BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/155ecf8e0b1a9b9a0d9e478d37b5f54c0db35917 Cr-Commit-Position: refs/heads/master@{#401130}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : . #

Patch Set 17 : . #

Patch Set 18 : . #

Patch Set 19 : . #

Patch Set 20 : . #

Patch Set 21 : . #

Patch Set 22 : . #

Patch Set 23 : . #

Patch Set 24 : . #

Total comments: 5

Patch Set 25 : . #

Patch Set 26 : . #

Patch Set 27 : . #

Patch Set 28 : . #

Patch Set 29 : . #

Patch Set 30 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+927 lines, -713 lines) Patch
M android_webview/gpu/aw_content_gpu_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/gpu/aw_content_gpu_client.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M blimp/engine/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/renderer/blob_channel_sender_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/android/contextualsearch/contextual_search_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/android/mojo/chrome_service_registrar_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/browser/android/mojo/chrome_service_registrar_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/extensions/chrome_mojo_service_registration.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/mojo_web_ui_controller.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/gpu/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/gpu/chrome_content_gpu_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/gpu/chrome_content_gpu_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/renderer/chrome_render_thread_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/utility/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +9 lines, -8 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +4 lines, -4 lines 0 comments Download
M components/contextual_search/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/contextual_search/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/contextual_search/renderer/contextual_search_wrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -3 lines 0 comments Download
M components/contextual_search/renderer/overlay_js_render_frame_observer.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M components/contextual_search/renderer/overlay_js_render_frame_observer.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M components/dom_distiller/content/browser/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/content/browser/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/content/browser/distillability_driver.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M components/dom_distiller/content/browser/dom_distiller_viewer_source.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +5 lines, -4 lines 0 comments Download
M components/dom_distiller/content/renderer/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/content/renderer/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/content/renderer/distillability_agent.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -4 lines 0 comments Download
M components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M components/dom_distiller/content/renderer/distiller_native_javascript.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -3 lines 0 comments Download
M components/password_manager/content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M components/password_manager/content/renderer/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/content/renderer/credential_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -3 lines 0 comments Download
M components/password_manager/content/renderer/credential_manager_client_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +5 lines, -6 lines 0 comments Download
M components/web_cache/renderer/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/web_cache/renderer/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/web_cache/renderer/web_cache_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/android/service_registry_android_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/android/service_registry_android_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 7 chunks +49 lines, -8 lines 0 comments Download
M content/browser/frame_host/frame_mojo_shell.h View 1 2 3 4 2 chunks +13 lines, -9 lines 0 comments Download
M content/browser/frame_host/frame_mojo_shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +23 lines, -22 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +7 lines, -5 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 13 chunks +35 lines, -24 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/vibration_browsertest.cc View 1 2 3 4 6 chunks +5 lines, -5 lines 0 comments Download
M content/browser/webui/web_ui_mojo_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +2 lines, -2 lines 0 comments Download
M content/child/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/child/background_sync/background_sync_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -2 lines 0 comments Download
M content/child/blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_thread_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +6 lines, -2 lines 0 comments Download
M content/child/mojo/mojo_application.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +10 lines, -3 lines 0 comments Download
M content/child/mojo/mojo_application.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +12 lines, -5 lines 0 comments Download
M content/child/permissions/permission_dispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +7 lines, -5 lines 0 comments Download
M content/child/permissions/permission_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +6 lines, -5 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +2 lines, -2 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/browser/android/service_registry_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +10 lines, -1 line 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 5 6 2 chunks +8 lines, -7 lines 0 comments Download
M content/public/browser/gpu_service_registry.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -4 lines 0 comments Download
M content/public/browser/render_frame_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +12 lines, -3 lines 0 comments Download
M content/public/gpu/content_gpu_client.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 2 chunks +8 lines, -4 lines 0 comments Download
M content/public/renderer/render_frame.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +12 lines, -3 lines 0 comments Download
M content/public/renderer/render_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +12 lines, -3 lines 0 comments Download
M content/public/test/mock_render_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +7 lines, -2 lines 0 comments Download
M content/public/test/mock_render_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +17 lines, -5 lines 0 comments Download
M content/public/utility/content_utility_client.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/bluetooth/web_bluetooth_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +6 lines, -3 lines 0 comments Download
M content/renderer/bluetooth/web_bluetooth_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +4 lines, -5 lines 0 comments Download
M content/renderer/media/midi_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -5 lines 0 comments Download
M content/renderer/mojo/blink_service_registry_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +7 lines, -5 lines 0 comments Download
M content/renderer/mojo/blink_service_registry_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +7 lines, -6 lines 0 comments Download
A content/renderer/mojo/interface_provider_js_wrapper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +75 lines, -0 lines 0 comments Download
A content/renderer/mojo/interface_provider_js_wrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +113 lines, -0 lines 0 comments Download
D content/renderer/mojo/service_registry_js_wrapper.h View 1 chunk +0 lines, -72 lines 0 comments Download
D content/renderer/mojo/service_registry_js_wrapper.cc View 1 chunk +0 lines, -115 lines 0 comments Download
M content/renderer/notification_permission_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 6 chunks +12 lines, -7 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 14 chunks +42 lines, -23 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +14 lines, -9 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +7 lines, -3 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +5 lines, -6 lines 0 comments Download
M content/shell/renderer/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/shell_content_renderer_client.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/renderer/shell_content_renderer_client.cc View 1 2 3 4 5 6 2 chunks +4 lines, -3 lines 0 comments Download
M content/shell/utility/shell_content_utility_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/utility/shell_content_utility_client.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M content/utility/utility_thread_impl.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M extensions/browser/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/mojo/service_registration.cc View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
M services/shell/public/cpp/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -2 lines 0 comments Download
M services/shell/public/cpp/connection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +4 lines, -4 lines 0 comments Download
A + services/shell/public/cpp/interface_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 5 chunks +20 lines, -25 lines 0 comments Download
M services/shell/public/cpp/interface_registry.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +9 lines, -0 lines 0 comments Download
M services/shell/public/cpp/lib/callback_binder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +33 lines, -5 lines 0 comments Download
A services/shell/public/cpp/lib/callback_binder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +39 lines, -0 lines 0 comments Download
M services/shell/public/cpp/lib/connection_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -2 lines 0 comments Download
M services/shell/public/cpp/lib/connection_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -2 lines 0 comments Download
A services/shell/public/cpp/lib/interface_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +40 lines, -0 lines 0 comments Download
M services/shell/public/cpp/lib/interface_registry.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +15 lines, -1 line 0 comments Download
M services/shell/public/cpp/lib/remote_interface_registry.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -33 lines 0 comments Download
M services/shell/public/cpp/remote_interface_registry.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -95 lines 0 comments Download
M services/shell/shell_public.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Ben Goodger (Google)
I'm down to my last couple of failures so I think this is ready for ...
4 years, 6 months ago (2016-06-21 15:44:10 UTC) #4
Ken Rockot(use gerrit already)
https://codereview.chromium.org/2079943002/diff/440001/content/browser/frame_host/frame_mojo_shell.cc File content/browser/frame_host/frame_mojo_shell.cc (right): https://codereview.chromium.org/2079943002/diff/440001/content/browser/frame_host/frame_mojo_shell.cc#newcode72 content/browser/frame_host/frame_mojo_shell.cc:72: // TODO(beng): find connection. What does this mean? https://codereview.chromium.org/2079943002/diff/440001/content/browser/frame_host/render_frame_host_impl.cc ...
4 years, 6 months ago (2016-06-21 16:16:23 UTC) #5
Ben Goodger (Google)
Updated PTAL.
4 years, 6 months ago (2016-06-21 19:52:50 UTC) #6
Ben Goodger (Google)
On 2016/06/21 19:52:50, Ben Goodger (Google) wrote: > Updated PTAL. Check out content/browser/android/service_registry_android_impl.cc now.
4 years, 6 months ago (2016-06-21 19:54:19 UTC) #7
Ken Rockot(use gerrit already)
lgtm
4 years, 6 months ago (2016-06-21 20:13:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2079943002/540001
4 years, 6 months ago (2016-06-21 20:37:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2079943002/560001
4 years, 6 months ago (2016-06-21 20:44:15 UTC) #13
commit-bot: I haz the power
Committed patchset #30 (id:560001)
4 years, 6 months ago (2016-06-21 22:44:07 UTC) #15
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 22:47:06 UTC) #17
Message was sent while issue was closed.
Patchset 30 (id:??) landed as
https://crrev.com/155ecf8e0b1a9b9a0d9e478d37b5f54c0db35917
Cr-Commit-Position: refs/heads/master@{#401130}

Powered by Google App Engine
This is Rietveld 408576698