| Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_gtk.cc (revision 33621)
|
| +++ chrome/browser/tab_contents/tab_contents_view_gtk.cc (working copy)
|
| @@ -234,10 +234,6 @@
|
| return window ? GTK_WINDOW(window) : NULL;
|
| }
|
|
|
| -void TabContentsViewGtk::InitRendererPrefs(RendererPreferences* prefs) {
|
| - gtk_util::InitRendererPrefsFromGtkSettings(prefs);
|
| -}
|
| -
|
| void TabContentsViewGtk::GetContainerBounds(gfx::Rect* out) const {
|
| // This is used for positioning the download shelf arrow animation,
|
| // as well as sizing some other widgets in Windows. In GTK the size is
|
|
|