Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4149)

Unified Diff: chrome/browser/resources/options/reset_profile_settings_banner.js

Issue 604373006: Compile chrome://settings, part 9: yet another final battle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@K_blockers_from_bookmarks
Patch Set: describe supressions Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..4785113d17f67c3242809dc50d2b6c1df815812d 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,9 @@ cr.define('options', function() {
/**
* Initializes the banner's event handlers.
+ * @suppress {checkTypes}
+ * TODO(vitalyp): remove the suppression. See the explanation in
+ * chrome/browser/resources/options/automatic_settings_reset_banner.js.
*/
initialize: function() {
this.showMetricName = 'AutomaticReset_WebUIBanner_BannerShown';
« no previous file with comments | « chrome/browser/resources/options/preferences.js ('k') | chrome/browser/resources/options/reset_profile_settings_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698