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

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

Issue 8879016: Add more per-tab preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed "migration done" preference Created 9 years 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/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 08345c5ef673dc2d90a7941e6bb130d7d1a61c4c..3a5772c834a0ce67e3532317d68e6aca8912997e 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -194,8 +194,7 @@ class TabContentsWrapper : public TabContentsObserver {
virtual void TabContentsDestroyed(TabContents* tab) OVERRIDE;
private:
- FRIEND_TEST_ALL_PREFIXES(
- PrefsTabHelperTest, OverridePrefsOnViewCreation);
+ friend class PrefsTabHelperTest;
// Used to retrieve this object from |tab_contents_|, which is placed in
// its property bag to avoid adding additional interfaces.

Powered by Google App Engine
This is Rietveld 408576698