| Index: chrome/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| index b00f31fa6581f8b28b90ff84b9a1b2cdac28e0d7..01697a8e2085f1df9ed393af9dfaa83ae9ea9135 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/gfx/rect.h"
|
| #include "chrome/common/native_web_keyboard_event.h"
|
| #include "chrome/common/page_transition_types.h"
|
| -#include "chrome/common/renderer_preferences.h"
|
| #include "webkit/glue/context_menu.h"
|
| #include "webkit/glue/window_open_disposition.h"
|
|
|
| @@ -197,9 +196,6 @@ class TabContentsDelegate {
|
| return false;
|
| }
|
|
|
| - // Returns the renderer's current preferences settings.
|
| - RendererPreferences GetRendererPrefs() const { return renderer_preferences_; }
|
| -
|
| // Shows a confirmation UI that the specified |template_url| is to be added as
|
| // a search engine.
|
| virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
|
| @@ -215,7 +211,6 @@ class TabContentsDelegate {
|
|
|
| protected:
|
| ~TabContentsDelegate() {}
|
| - RendererPreferences renderer_preferences_;
|
|
|
| };
|
|
|
|
|