Index: chrome/browser/resources/options/reset_profile_settings_overlay.js |
diff --git a/chrome/browser/resources/options/reset_profile_settings_overlay.js b/chrome/browser/resources/options/reset_profile_settings_overlay.js |
index 60cf57d450bc067ec682ca66c4f486f1f370443f..1152b70d1abfad7f797328c71052de05be8b9335 100644 |
--- a/chrome/browser/resources/options/reset_profile_settings_overlay.js |
+++ b/chrome/browser/resources/options/reset_profile_settings_overlay.js |
@@ -44,7 +44,12 @@ cr.define('options', function() { |
}; |
}, |
- /** @override */ |
+ /** |
+ * @override |
+ * @suppress {checkTypes} |
+ * TODO(vitalyp): remove the suppression. See the explanation in |
+ * chrome/browser/resources/options/automatic_settings_reset_banner.js. |
+ */ |
didShowPage: function() { |
ResetProfileSettingsBanner.dismiss(); |
chrome.send('onShowResetProfileDialog'); |
@@ -70,6 +75,9 @@ cr.define('options', function() { |
/** |
* Chrome callback to notify ResetProfileSettingsOverlay that the reset |
* operation has terminated. |
+ * @suppress {checkTypes} |
+ * TODO(vitalyp): remove the suppression. See the explanation in |
+ * chrome/browser/resources/options/automatic_settings_reset_banner.js. |
*/ |
ResetProfileSettingsOverlay.doneResetting = function() { |
AutomaticSettingsResetBanner.dismiss(); |