| Index: chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| index 552724e4ff71367060569f94fe5248a8dd1000a5..029264d7ea87ad1c5a85ea0224a4d8a2cf560035 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| @@ -52,6 +52,7 @@ class TabContentsViewGtk : public TabContentsView,
|
| virtual gfx::NativeView GetNativeView() const;
|
| virtual gfx::NativeView GetContentNativeView() const;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
|
| + virtual void InitRendererPrefs(RendererPreferences* prefs);
|
| virtual void GetContainerBounds(gfx::Rect* out) const;
|
| virtual void OnContentsDestroy();
|
| virtual void SetPageTitle(const std::wstring& title);
|
|
|