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

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

Issue 704133005: Pepper: Add support for multicast in PPB_UDPSocket API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check for dev channel and permissions for Multicast membership 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
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 7889016b52c927c88d1d8347871eba813eaa376d..48d568af58a7800edcae8011bc50a1e832e90f42 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -294,6 +294,9 @@ class CONTENT_EXPORT ContentRendererClient {
// Returns true if dev channel APIs are available for plugins.
virtual bool IsPluginAllowedToUseDevChannelAPIs();
+ // Returns true if Pepper Multicast APIs are available for plugins.
bbudge 2015/03/05 22:02:18 s/Multicast/UDP Multicast
+ virtual bool IsPluginAllowedToUseMulticastAPI();
bbudge 2015/03/05 22:02:18 On further thought, I think 'IsPluginAllowedToUseU
+
// Returns a user agent override specific for |url|, or empty string if
// default user agent should be used.
virtual std::string GetUserAgentOverrideForURL(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698