Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / renderer / browser_plugin / mock_browser_plugin.cc
index a19d0aa..1d7df15 100644 (file)
@@ -8,8 +8,9 @@
 namespace content {
 
 MockBrowserPlugin::MockBrowserPlugin(RenderViewImpl* render_view,
-                                     blink::WebFrame* frame)
-    : BrowserPlugin(render_view, frame) {
+                                     blink::WebFrame* frame,
+                                     bool auto_navigate)
+    : BrowserPlugin(render_view, frame, auto_navigate) {
 }
 
 MockBrowserPlugin::~MockBrowserPlugin() {}