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

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

Issue 8568019: Introduce per-tab preferences service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed ProfileSyncServicePreferenceTest tests 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/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 f99daf5acf6d985f62db9215485cb1e7878d9ad4..b01d79657da256229ee355be239149a4e0a98ee8 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -40,6 +40,7 @@ class OmniboxSearchHint;
class PasswordManager;
class PasswordManagerDelegate;
class PluginObserver;
+class PrefService;
class Profile;
class RestoreTabHelper;
class SadTabObserver;
@@ -322,6 +323,7 @@ class TabContentsWrapper : public TabContentsObserver,
scoped_ptr<DownloadRequestLimiterObserver> download_request_limiter_observer_;
scoped_ptr<ExtensionWebNavigationTabObserver> webnavigation_observer_;
scoped_ptr<ExternalProtocolObserver> external_protocol_observer_;
+ scoped_ptr<PrefService> per_tab_prefs_; // Allows overriding user preferences.
scoped_ptr<PluginObserver> plugin_observer_;
Avi (use Gerrit) 2011/11/21 16:40:54 Alphabetize, plz.
mnaganov (inactive) 2011/11/21 17:02:11 Sorry, I didn't realize they are sorted by type na
scoped_ptr<printing::PrintPreviewMessageHandler> print_preview_;
scoped_ptr<SadTabObserver> sad_tab_observer_;

Powered by Google App Engine
This is Rietveld 408576698