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

Unified Diff: content/browser/plugin_service_impl.h

Issue 104673003: Pepper: Send dev/canary channel status to plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for NaCl Created 7 years 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/browser/plugin_service_impl.h
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
index d8e3de62ae3d9c2c2eacb0910f59b80086d961a7..9d336367aff61ae4f767947787a429abd975bdcf 100644
--- a/content/browser/plugin_service_impl.h
+++ b/content/browser/plugin_service_impl.h
@@ -121,6 +121,7 @@ class CONTENT_EXPORT PluginServiceImpl
// Returns true iff the given HWND is a plugin.
bool IsPluginWindow(HWND window);
#endif
+ virtual bool PpapiDevChannelSupported();
// Returns the plugin process host corresponding to the plugin process that
// has been started by this service. This will start a process to host the

Powered by Google App Engine
This is Rietveld 408576698