summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/options/instant_confirm_overlay.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/options/instant_confirm_overlay.js b/chrome/browser/resources/options/instant_confirm_overlay.js
index 6cadd5c..9300ef7 100644
--- a/chrome/browser/resources/options/instant_confirm_overlay.js
+++ b/chrome/browser/resources/options/instant_confirm_overlay.js
@@ -32,8 +32,8 @@ cr.define('options', function() {
/** @inheritDoc */
handleConfirm: function() {
SettingsDialog.prototype.handleConfirm.call(this);
- Preferences.setBooleanPref('instant.confirm_dialog_shown', true);
- Preferences.setBooleanPref('instant.enabled', true);
+ Preferences.setBooleanPref('instant.confirm_dialog_shown', true, true);
+ Preferences.setBooleanPref('instant.enabled', true, true);
},
/** @inheritDoc */