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

Unified Diff: chrome/browser/resources/print_preview/settings/advanced_options_settings.js

Issue 574193002: Compile print_preview, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: rebase 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/print_preview/settings/advanced_options_settings.js
diff --git a/chrome/browser/resources/print_preview/settings/advanced_options_settings.js b/chrome/browser/resources/print_preview/settings/advanced_options_settings.js
index 7c61e1672b38622e473b4be8ba7b4ed4c9ddb6b4..f4bf71bff73dc9c898f979aacc32008ef79e1851 100644
--- a/chrome/browser/resources/print_preview/settings/advanced_options_settings.js
+++ b/chrome/browser/resources/print_preview/settings/advanced_options_settings.js
@@ -49,7 +49,7 @@ cr.define('print_preview', function() {
return this.isAvailable();
},
- /** @param {boolean} Whether the component is enabled. */
+ /** @param {boolean} isEnabled Whether the component is enabled. */
set isEnabled(isEnabled) {
this.getButton_().disabled = !isEnabled;
},

Powered by Google App Engine
This is Rietveld 408576698