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

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

Issue 588713002: Compile print_preview, part 3: reduce down to 185 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview_2
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/print_preview/settings/more_settings.js
diff --git a/chrome/browser/resources/print_preview/settings/more_settings.js b/chrome/browser/resources/print_preview/settings/more_settings.js
index 000e01a4e807823b11b6262f7c154ee4969ba013..e57e07d5219d11c444078a57f2e77e043d8aa654 100644
--- a/chrome/browser/resources/print_preview/settings/more_settings.js
+++ b/chrome/browser/resources/print_preview/settings/more_settings.js
@@ -109,7 +109,7 @@ cr.define('print_preview', function() {
*/
updateState_: function(noAnimation) {
if (!this.firstDestinationReady_) {
- fadeOutElement(this.getElement(), noAnimation);
+ fadeOutElement(this.getElement());
return;
}
@@ -137,7 +137,7 @@ cr.define('print_preview', function() {
if (hasSectionsToToggle)
fadeInElement(this.getElement(), noAnimation);
else
- fadeOutElement(this.getElement(), noAnimation);
+ fadeOutElement(this.getElement());
var collapseContent =
this.settingsToShow_ == MoreSettings.SettingsToShow.MOST_POPULAR &&

Powered by Google App Engine
This is Rietveld 408576698