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

Unified Diff: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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
Index: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
diff --git a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
index 5a89ed9145bb4ade5b102694e15d26a58faa6831..e21cb19ca9665085ee3993a6048ff8ea30d0ba62 100644
--- a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
+++ b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
@@ -33,8 +33,8 @@ class DistillerJsRenderFrameObserver : public content::RenderFrameObserver {
int extension_group,
int world_id) override;
- // Add the mojo service to a RenderFrame's service registry.
- void RegisterMojoService();
+ // Add the mojo interface to a RenderFrame's shell::InterfaceRegistry.
+ void RegisterMojoInterface();
// Flag the current page as a distiller page.
void SetIsDistillerPage();

Powered by Google App Engine
This is Rietveld 408576698