| Index: chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.h
|
| diff --git a/chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.h b/chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.h
|
| index 5784dd145177475e2020435200b2c63c61d4675a..32b962d7ab4c3cc2765adefd156db4fad05699a4 100644
|
| --- a/chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.h
|
| +++ b/chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.h
|
| @@ -27,6 +27,7 @@ class PerTabPrefsTabHelper : public TabContentsObserver {
|
| void RegisterPerTabUserPrefs(PrefService* prefs);
|
|
|
| // TabContentsObserver overrides:
|
| + virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void TabContentsDestroyed(TabContents* tab) OVERRIDE;
|
|
|
| // Our owning TabContentsWrapper.
|
|
|