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

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

Issue 595153003: Compile print_preview, part 5: reduce down to 104 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview_4
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/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 bf86886dbf8ade18bff59c7383951f72f0ba2227..c01df39fa5c71fbf72c513c7087ca75e54d0d0b0 100644
--- a/chrome/browser/resources/print_preview/data/destination_store.js
+++ b/chrome/browser/resources/print_preview/data/destination_store.js
@@ -230,8 +230,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}.
*/

Powered by Google App Engine
This is Rietveld 408576698