| Index: extensions/browser/extension_prefs.cc
|
| diff --git a/extensions/browser/extension_prefs.cc b/extensions/browser/extension_prefs.cc
|
| index 05b7702c3b9b42d604ac22743499f4f57d15e368..9a3933134cd069b64264deedd09cbc8c223592f7 100644
|
| --- a/extensions/browser/extension_prefs.cc
|
| +++ b/extensions/browser/extension_prefs.cc
|
| @@ -1915,7 +1915,6 @@ int64 ExtensionPrefs::GetNextStorageThreshold(
|
|
|
| void ExtensionPrefs::SetNextStorageThreshold(const std::string& extension_id,
|
| int64 next_threshold) {
|
| -
|
| ScopedExtensionPrefUpdate update(prefs_, extension_id);
|
| SaveInt64(update.Get(), kPrefNextStorageThreshold, next_threshold);
|
| }
|
|
|