| Index: chrome/browser/extensions/extension_storage_monitor.cc
|
| diff --git a/chrome/browser/extensions/extension_storage_monitor.cc b/chrome/browser/extensions/extension_storage_monitor.cc
|
| index 81394f5609bafc272711c2f7fa52fbcef88191ab..238ed9c29d5ee20ee2779011ada042ab5c821853 100644
|
| --- a/chrome/browser/extensions/extension_storage_monitor.cc
|
| +++ b/chrome/browser/extensions/extension_storage_monitor.cc
|
| @@ -645,9 +645,8 @@ void ExtensionStorageMonitor::SetStorageNotificationEnabled(
|
| const std::string& extension_id,
|
| bool enable_notifications) {
|
| extension_prefs_->UpdateExtensionPref(
|
| - extension_id,
|
| - kPrefDisableStorageNotifications,
|
| - enable_notifications ? NULL : new base::FundamentalValue(true));
|
| + extension_id, kPrefDisableStorageNotifications,
|
| + enable_notifications ? NULL : new base::Value(true));
|
| }
|
|
|
| } // namespace extensions
|
|
|