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..01f7e1d3757c016f3efe3c6c1f4a6ba035744a6f 100644 |
--- a/chrome/browser/resources/options/reset_profile_settings_overlay.js |
+++ b/chrome/browser/resources/options/reset_profile_settings_overlay.js |
@@ -44,7 +44,11 @@ cr.define('options', function() { |
}; |
}, |
- /** @override */ |
+ /** |
+ * @override |
+ * @suppress {checkTypes} |
+ * TODO(vitalyp): remove the suppression. |
+ */ |
didShowPage: function() { |
ResetProfileSettingsBanner.dismiss(); |
chrome.send('onShowResetProfileDialog'); |
@@ -70,6 +74,8 @@ cr.define('options', function() { |
/** |
* Chrome callback to notify ResetProfileSettingsOverlay that the reset |
* operation has terminated. |
+ * @suppress {checkTypes} |
+ * TODO(vitalyp): remove the suppression. |
*/ |
ResetProfileSettingsOverlay.doneResetting = function() { |
AutomaticSettingsResetBanner.dismiss(); |