summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_pref_store.h
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 16:41:48 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 16:41:48 +0000
commitfbe17c8a2baf508c2ce5210a1322331d0c011ce3 (patch)
tree7c996389f4673186d2637bbab576776691a40a0a /chrome/common/json_pref_store.h
parent3eff133b651ca64430e0ab105b132f08cfc9df58 (diff)
downloadchromium_src-fbe17c8a2baf508c2ce5210a1322331d0c011ce3.zip
chromium_src-fbe17c8a2baf508c2ce5210a1322331d0c011ce3.tar.gz
chromium_src-fbe17c8a2baf508c2ce5210a1322331d0c011ce3.tar.bz2
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites.
TBR=ncarter@chromium.org BUG=99306 TEST=none Review URL: http://codereview.chromium.org/8198007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/json_pref_store.h')
-rw-r--r--chrome/common/json_pref_store.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
index 1094a22..fbd1a6f 100644
--- a/chrome/common/json_pref_store.h
+++ b/chrome/common/json_pref_store.h
@@ -9,6 +9,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "base/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
@@ -50,8 +51,6 @@ class JsonPrefStore : public PersistentPrefStore,
virtual bool ReadOnly() const OVERRIDE;
virtual PrefReadError ReadPrefs() OVERRIDE;
virtual void ReadPrefsAsync(ReadErrorDelegate* error_delegate) OVERRIDE;
- virtual bool WritePrefs() OVERRIDE;
- virtual void ScheduleWritePrefs() OVERRIDE;
virtual void CommitPendingWrite() OVERRIDE;
virtual void ReportValueChanged(const std::string& key) OVERRIDE;