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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.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
« no previous file with comments | « chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
index f912cf3022fb433d43d6f4006ce1354e94a8b148..af29f512c70ee209076938316330e38a72e94b9e 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -236,6 +236,8 @@ class TabContentsWrapper : public TabContentsObserver,
const content::NotificationDetails& details) OVERRIDE;
private:
+ friend class PerTabPrefsTabHelper; // for UpdateWebPreferences
Avi (use Gerrit) 2011/11/30 15:15:18 This doesn't make me happy, but I'm not sure I hav
mnaganov (inactive) 2011/11/30 15:19:35 An alternative arrangement is to put a call to Upd
+
// Internal helpers ----------------------------------------------------------
// Message handlers.
« no previous file with comments | « chrome/browser/ui/tab_contents/per_tab_prefs_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698