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

Unified Diff: content/renderer/pepper_plugin_delegate_impl.h

Issue 7670003: Wire experimental Flapper part two (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « content/common/pepper_plugin_registry.cc ('k') | content/renderer/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper_plugin_delegate_impl.h
===================================================================
--- content/renderer/pepper_plugin_delegate_impl.h (revision 96717)
+++ content/renderer/pepper_plugin_delegate_impl.h (working copy)
@@ -34,6 +34,7 @@
}
namespace webkit {
+struct WebPluginInfo;
namespace ppapi {
class PepperFilePath;
class PluginInstance;
@@ -127,8 +128,8 @@
// the second is that the plugin failed to initialize. In this case,
// |*pepper_plugin_was_registered| will be set to true and the caller should
// not fall back on any other plugin types.
- scoped_refptr<webkit::ppapi::PluginModule> CreatePepperPlugin(
- const FilePath& path,
+ scoped_refptr<webkit::ppapi::PluginModule> CreatePepperPluginModule(
+ const webkit::WebPluginInfo& webplugin_info,
bool* pepper_plugin_was_registered);
// Called by RenderView to tell us about painting events, these two functions
« no previous file with comments | « content/common/pepper_plugin_registry.cc ('k') | content/renderer/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698