diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_view.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h index 79bee6d..4f55ab5 100644 --- a/chrome/browser/tab_contents/tab_contents_view.h +++ b/chrome/browser/tab_contents/tab_contents_view.h @@ -60,9 +60,6 @@ class TabContentsView : public RenderViewHostDelegate::View { // dialog boxes. virtual gfx::NativeWindow GetTopLevelNativeWindow() const = 0; - // Initialize the passed-in renderer preferences. - virtual void InitRendererPrefs(RendererPreferences* prefs) {} - // Computes the rectangle for the native widget that contains the contents of // the tab relative to its parent. virtual void GetContainerBounds(gfx::Rect *out) const = 0; |