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

Unified Diff: chrome/browser/resources/print_preview/native_layer.js

Issue 575333002: Compile print_preview, part 2: reduce down to 260 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview
Patch Set: revert movement of enums: now handle in compiler pass 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/native_layer.js
diff --git a/chrome/browser/resources/print_preview/native_layer.js b/chrome/browser/resources/print_preview/native_layer.js
index ffb554db41ecf7c7eb951d43ffb7be727b7dbbe5..922ccb6a4b7ab8983c110a9854b11c24baae4d0d 100644
--- a/chrome/browser/resources/print_preview/native_layer.js
+++ b/chrome/browser/resources/print_preview/native_layer.js
@@ -268,7 +268,7 @@ cr.define('print_preview', function() {
* @param {!print_preview.Destination} destination Destination to print to.
* @param {!print_preview.PrintTicketStore} printTicketStore Used to get the
* state of the print ticket.
- * @param {print_preview.CloudPrintInterface} cloudPrintInterface Interface
+ * @param {cloudprint.CloudPrintInterface} cloudPrintInterface Interface
* to Google Cloud Print.
* @param {!print_preview.DocumentInfo} documentInfo Document data model.
* @param {boolean=} opt_isOpenPdfInPreview Whether to open the PDF in the
@@ -922,12 +922,12 @@ cr.define('print_preview', function() {
return this.documentTitle_;
},
- /** @return {bool} Whether the document has selection. */
+ /** @return {boolean} Whether the document has selection. */
get documentHasSelection() {
return this.documentHasSelection_;
},
- /** @return {bool} Whether selection only should be printed. */
+ /** @return {boolean} Whether selection only should be printed. */
get selectionOnly() {
return this.selectionOnly_;
},
« no previous file with comments | « chrome/browser/resources/print_preview/metrics.js ('k') | chrome/browser/resources/print_preview/previewarea/preview_area.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698