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

Unified Diff: chrome/browser/resources/print_preview/data/app_state.js

Issue 294923005: Add media size capability to PDF printer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a comment to the new query stopping code. Created 6 years, 7 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/data/app_state.js
diff --git a/chrome/browser/resources/print_preview/data/app_state.js b/chrome/browser/resources/print_preview/data/app_state.js
index c10284342b3ce89b53befae1f81e93287b0c9ff5..2d9a9c1dca2b8163c3473f00b136d151ffc2b7f2 100644
--- a/chrome/browser/resources/print_preview/data/app_state.js
+++ b/chrome/browser/resources/print_preview/data/app_state.js
@@ -147,6 +147,7 @@ cr.define('print_preview', function() {
systemDefaultDestinationId;
this.state_[AppState.Field.SELECTED_DESTINATION_ORIGIN] =
print_preview.Destination.Origin.LOCAL;
+ this.state_[AppState.Field.SELECTED_DESTINATION_ACCOUNT] = '';
}
}
},

Powered by Google App Engine
This is Rietveld 408576698