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

Unified Diff: chrome/renderer/pepper_devices_unittest.cc

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: chrome/renderer/pepper_devices_unittest.cc
===================================================================
--- chrome/renderer/pepper_devices_unittest.cc (revision 48402)
+++ chrome/renderer/pepper_devices_unittest.cc (working copy)
@@ -168,7 +168,8 @@
// sufficiently for the test).
WebKit::WebPluginParams params;
plugin_.reset(new webkit_glue::WebPluginImpl(
- NULL, params, base::WeakPtr<webkit_glue::WebPluginPageDelegate>()));
+ NULL, params, FilePath(), std::string(),
+ base::WeakPtr<webkit_glue::WebPluginPageDelegate>()));
// Create a pepper plugin for the RenderView.
pepper_plugin_ = WebPluginDelegatePepper::Create(

Powered by Google App Engine
This is Rietveld 408576698