Index: chrome/browser/resources/options/reset_profile_settings_banner.js |
diff --git a/chrome/browser/resources/options/reset_profile_settings_banner.js b/chrome/browser/resources/options/reset_profile_settings_banner.js |
index e54be257b7c012dfaafcea47b2b8deed910f3157..438b50b4fa93f59cbd0e0f903e0a0a7c15931821 100644 |
--- a/chrome/browser/resources/options/reset_profile_settings_banner.js |
+++ b/chrome/browser/resources/options/reset_profile_settings_banner.js |
@@ -12,6 +12,7 @@ cr.define('options', function() { |
* ResetProfileSettingsBanner class |
* Provides encapsulated handling of the Reset Profile Settings banner. |
* @constructor |
+ * @extends {options.SettingsBannerBase} |
*/ |
function ResetProfileSettingsBanner() {} |
@@ -22,6 +23,8 @@ cr.define('options', function() { |
/** |
* Initializes the banner's event handlers. |
+ * @suppress {checkTypes} |
+ * TODO(vitalyp): remove the suppression. |
Dan Beam
2014/10/01 23:25:45
nnnnnnoooooooo
Vitaly Pavlenko
2014/10/01 23:38:17
Same reason as in automatic_settings_reset_banner.
|
*/ |
initialize: function() { |
this.showMetricName = 'AutomaticReset_WebUIBanner_BannerShown'; |