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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: Created 3 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: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 989fd178d0a606a43cda0b8b0c7c7f605c43ecfc..4155fb7620628ebdd759d8da79a593f47def1115 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -41,6 +41,7 @@ class WebFrame;
class WebLocalFrame;
class WebMIDIAccessor;
class WebMIDIAccessorClient;
+class WebMediaIPH;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
class WebPlugin;
@@ -370,6 +371,9 @@ class CONTENT_EXPORT ContentRendererClient {
// Returns true if the media pipeline can be suspended, or false otherwise.
virtual bool AllowMediaSuspend();
+
+ virtual std::unique_ptr<blink::WebMediaIPH> CreateWebMediaIPH(
+ content::RenderFrame* render_frame);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698