Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(829)

Unified Diff: chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.h

Issue 8747015: Apply per-tab preference after RenderViewImpl creation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698