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

Unified Diff: webkit/tools/test_shell/test_webview_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/tools/test_shell/test_webview_delegate.h
===================================================================
--- webkit/tools/test_shell/test_webview_delegate.h (revision 48402)
+++ webkit/tools/test_shell/test_webview_delegate.h (working copy)
@@ -222,9 +222,8 @@
// webkit_glue::WebPluginPageDelegate
virtual webkit_glue::WebPluginDelegate* CreatePluginDelegate(
- const GURL& url,
- const std::string& mime_type,
- std::string* actual_mime_type);
+ const FilePath& url,
+ const std::string& mime_type);
virtual void CreatedPluginWindow(
gfx::PluginWindowHandle handle);
virtual void WillDestroyPluginWindow(
@@ -347,7 +346,7 @@
WebWidgetHost* GetWidgetHost();
- void UpdateForCommittedLoad(WebKit::WebFrame* webframe, bool is_new_navigation);
+ void UpdateForCommittedLoad(WebKit::WebFrame* frame, bool is_new_navigation);
void UpdateURL(WebKit::WebFrame* frame);
void UpdateSessionHistory(WebKit::WebFrame* frame);
void UpdateSelectionClipboard(bool is_empty_selection);

Powered by Google App Engine
This is Rietveld 408576698