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

Unified Diff: webkit/glue/plugins/webplugin_page_delegate.h

Issue 2262002: Add ppapi plugins to about:plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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: webkit/glue/plugins/webplugin_page_delegate.h
===================================================================
--- webkit/glue/plugins/webplugin_page_delegate.h (revision 48402)
+++ webkit/glue/plugins/webplugin_page_delegate.h (working copy)
@@ -7,6 +7,7 @@
#include "gfx/native_widget_types.h"
+class FilePath;
class GURL;
namespace WebKit {
@@ -25,9 +26,8 @@
// new plugin is instanced. See webkit_glue::CreateWebPluginDelegateHelper
// for a default WebPluginDelegate implementation.
virtual WebPluginDelegate* CreatePluginDelegate(
- const GURL& url,
- const std::string& mime_type,
- std::string* actual_mime_type) = 0;
+ const FilePath& file_path,
+ const std::string& mime_type) = 0;
// Called when a windowed plugin is created.
// Lets the view delegate create anything it is using to wrap the plugin.

Powered by Google App Engine
This is Rietveld 408576698