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

Unified Diff: chrome/browser/extensions/extension_prefs_unittest.h

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again; base::File changes conflicted. Created 7 years, 10 months 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
« no previous file with comments | « chrome/browser/extensions/extension_prefs.cc ('k') | chrome/browser/extensions/extension_prefs_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_prefs_unittest.h
diff --git a/chrome/browser/extensions/extension_prefs_unittest.h b/chrome/browser/extensions/extension_prefs_unittest.h
index f96ffb6ca4d209e43fe50e058cb6e07af8af5f8f..c199d198cb52ca0ef3692f7e3f40ff6a0cd867b3 100644
--- a/chrome/browser/extensions/extension_prefs_unittest.h
+++ b/chrome/browser/extensions/extension_prefs_unittest.h
@@ -10,6 +10,8 @@
#include "content/public/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
+class PrefRegistrySyncable;
+
namespace base {
class Value;
}
@@ -33,7 +35,7 @@ class ExtensionPrefsTest : public testing::Test {
virtual void Verify() = 0;
// This function is called to Register preference default values.
- virtual void RegisterPreferences();
+ virtual void RegisterPreferences(PrefRegistrySyncable* registry);
virtual void SetUp() OVERRIDE;
@@ -56,7 +58,7 @@ class ExtensionPrefsPrepopulatedTest : public ExtensionPrefsTest {
ExtensionPrefsPrepopulatedTest();
virtual ~ExtensionPrefsPrepopulatedTest();
- virtual void RegisterPreferences() OVERRIDE;
+ virtual void RegisterPreferences(PrefRegistrySyncable* registry) OVERRIDE;
void InstallExtControlledPref(Extension* ext,
const std::string& key,
« no previous file with comments | « chrome/browser/extensions/extension_prefs.cc ('k') | chrome/browser/extensions/extension_prefs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698