Index: chrome/browser/prefs/pref_service.h |
diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h |
index 861195cff6c80d5a2fd73a24f7693af7d7a12448..890ec1b5045a74406b32297e7b22ec64e0fd558a 100644 |
--- a/chrome/browser/prefs/pref_service.h |
+++ b/chrome/browser/prefs/pref_service.h |
@@ -161,10 +161,6 @@ class PrefService : public base::NonThreadSafe { |
// incognito windows). |
PrefService* CreateIncognitoPrefService(PrefStore* incognito_extension_prefs); |
- // Creates a per-tab copy of the pref service that shares most pref stores |
- // and allows WebKit-related preferences to be overridden on per-tab basis. |
- PrefService* CreatePrefServiceWithPerTabPrefStore(); |
- |
virtual ~PrefService(); |
// Reloads the data from file. This should only be called when the importer |