| Index: android_webview/browser/aw_pref_store.h
|
| diff --git a/android_webview/browser/aw_pref_store.h b/android_webview/browser/aw_pref_store.h
|
| index 8581a03443cdb4952dbcb982cc785d0b0c6693fd..1504d9314276c800c38dad7854a644b4d3e05165 100644
|
| --- a/android_webview/browser/aw_pref_store.h
|
| +++ b/android_webview/browser/aw_pref_store.h
|
| @@ -37,7 +37,6 @@ class AwPrefStore : public PersistentPrefStore {
|
| virtual void SetValueSilently(const std::string& key,
|
| base::Value* value) OVERRIDE;
|
| virtual void RemoveValue(const std::string& key) OVERRIDE;
|
| - virtual void MarkNeedsEmptyValue(const std::string& key) OVERRIDE;
|
| virtual bool ReadOnly() const OVERRIDE;
|
| virtual PrefReadError GetReadError() const OVERRIDE;
|
| virtual PersistentPrefStore::PrefReadError ReadPrefs() OVERRIDE;
|
|
|