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

Unified Diff: webkit/support/test_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/support/test_webplugin_page_delegate.h
===================================================================
--- webkit/support/test_webplugin_page_delegate.h (revision 48402)
+++ webkit/support/test_webplugin_page_delegate.h (working copy)
@@ -17,9 +17,8 @@
virtual ~TestWebPluginPageDelegate() {}
virtual webkit_glue::WebPluginDelegate* CreatePluginDelegate(
- const GURL& url,
- const std::string& mime_type,
- std::string* actual_mime_type) { return NULL; }
+ const FilePath& file_path,
+ const std::string& mime_type) { return NULL; }
virtual void CreatedPluginWindow(gfx::PluginWindowHandle handle) {}
virtual void WillDestroyPluginWindow(gfx::PluginWindowHandle handle) {}
virtual void DidMovePlugin(const webkit_glue::WebPluginGeometry& move) {}

Powered by Google App Engine
This is Rietveld 408576698