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

Unified Diff: chrome/renderer/chrome_render_frame_observer.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/chrome_render_frame_observer.h ('k') | chrome/renderer/chrome_render_thread_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_frame_observer.cc
diff --git a/chrome/renderer/chrome_render_frame_observer.cc b/chrome/renderer/chrome_render_frame_observer.cc
index ed9440f5ed1d3c62447d395202a8c20769a4127d..a49d2e2f8da0a217b5cd9506a3dc3c8bc1d47275 100644
--- a/chrome/renderer/chrome_render_frame_observer.cc
+++ b/chrome/renderer/chrome_render_frame_observer.cc
@@ -362,11 +362,13 @@ void ChromeRenderFrameObserver::OnDestruct() {
}
void ChromeRenderFrameObserver::OnImageContextMenuRendererRequest(
+ const service_manager::BindSourceInfo& source_info,
chrome::mojom::ImageContextMenuRendererRequest request) {
image_context_menu_renderer_bindings_.AddBinding(this, std::move(request));
}
void ChromeRenderFrameObserver::OnThumbnailCapturerRequest(
+ const service_manager::BindSourceInfo& source_info,
chrome::mojom::ThumbnailCapturerRequest request) {
thumbnail_capturer_bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « chrome/renderer/chrome_render_frame_observer.h ('k') | chrome/renderer/chrome_render_thread_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698