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

Unified Diff: chromecast/renderer/cast_content_renderer_client.h

Issue 915923002: Chromecast: allow platform to add custom native bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chromecast/chromecast.gyp ('k') | chromecast/renderer/cast_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/cast_content_renderer_client.h
diff --git a/chromecast/renderer/cast_content_renderer_client.h b/chromecast/renderer/cast_content_renderer_client.h
index 81be36c496edb9d86e361fa4de76f5add03cd18a..9f0dfbdb116c165f3a4b9c47a996ff4e5c9e0b2a 100644
--- a/chromecast/renderer/cast_content_renderer_client.h
+++ b/chromecast/renderer/cast_content_renderer_client.h
@@ -18,6 +18,8 @@ namespace chromecast {
namespace shell {
class CastRenderProcessObserver;
+void PlatformAddRendererNativeBindings(blink::WebLocalFrame* frame);
+
class CastContentRendererClient : public content::ContentRendererClient {
public:
CastContentRendererClient();
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/renderer/cast_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698