diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index d5359a9..f73eb3f 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -539,7 +539,7 @@ class BaseDragSource { class HWNDHtmlView { public: HWNDHtmlView(const GURL& content_url, RenderViewHostDelegate* delegate, - bool allow_dom_ui_bindings) { + bool allow_dom_ui_bindings, SiteInstance* instance) { NOTIMPLEMENTED(); } virtual ~HWNDHtmlView() {} |