Index: chrome/browser/prefs/per_tab_user_pref_store.cc |
diff --git a/chrome/browser/prefs/per_tab_user_pref_store.cc b/chrome/browser/prefs/per_tab_user_pref_store.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6bdf8912b8efc16f4e2eb852ad8e484126a3743c |
--- /dev/null |
+++ b/chrome/browser/prefs/per_tab_user_pref_store.cc |
@@ -0,0 +1,10 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "chrome/browser/prefs/per_tab_user_pref_store.h" |
+#include "chrome/common/pref_names.h" |
Mattias Nissler (ping if slow)
2011/11/16 12:08:04
not needed.
mnaganov (inactive)
2011/11/17 16:50:58
Done.
|
+ |
+PerTabUserPrefStore::PerTabUserPrefStore(PersistentPrefStore* underlay) |
+ : OverlayUserPrefStore(underlay) { |
+} |