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

Unified Diff: chrome/browser/resources/options/reset_profile_settings_overlay.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: Created 6 years, 3 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_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();

Powered by Google App Engine
This is Rietveld 408576698