summaryrefslogtreecommitdiffstats
path: root/chrome/browser/native_ui_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/native_ui_contents.h')
-rw-r--r--chrome/browser/native_ui_contents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/native_ui_contents.h b/chrome/browser/native_ui_contents.h
index 58e8283..6b15ec5 100644
--- a/chrome/browser/native_ui_contents.h
+++ b/chrome/browser/native_ui_contents.h
@@ -37,7 +37,7 @@ class NativeUIContents : public TabContents,
public:
explicit NativeUIContents(Profile* profile);
- virtual void CreateView(HWND parent_hwnd, const gfx::Rect& initial_bounds);
+ virtual void CreateView();
virtual HWND GetContainerHWND() const { return GetHWND(); }
virtual void GetContainerBounds(gfx::Rect *out) const;