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

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

Issue 2865633004: Fix all remaining print preview closure compiler errors (Closed)
Patch Set: Fix onkeydown function Created 3 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/destination_store.js
diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
index bc55356e0587f8fe4b12b2ac9bb41e7fde933459..72bd0b006f13ccb1988147f1a52a724640a4a6d0 100644
--- a/chrome/browser/resources/print_preview/data/destination_store.js
+++ b/chrome/browser/resources/print_preview/data/destination_store.js
@@ -531,8 +531,8 @@ cr.define('print_preview', function() {
__proto__: cr.EventTarget.prototype,
/**
- * @param {string=} opt_account Account to filter destinations by. When
- * omitted, all destinations are returned.
+ * @param {?string=} opt_account Account to filter destinations by. When
+ * null or omitted, all destinations are returned.
* @return {!Array<!print_preview.Destination>} List of destinations
* accessible by the {@code account}.
*/
« no previous file with comments | « chrome/browser/resources/pdf/pdf_scripting_api.js ('k') | chrome/browser/resources/print_preview/preview_generator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698