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. |