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

Unified Diff: chrome/browser/resources/print_preview/search/cloud_destination_list.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/search/cloud_destination_list.js
diff --git a/chrome/browser/resources/print_preview/search/cloud_destination_list.js b/chrome/browser/resources/print_preview/search/cloud_destination_list.js
index dad8e0dbd2775645a982402d704cd2e689f7bd67..1b8d2aae693d243b52098fda3ccb6e28c2f2b37f 100644
--- a/chrome/browser/resources/print_preview/search/cloud_destination_list.js
+++ b/chrome/browser/resources/print_preview/search/cloud_destination_list.js
@@ -18,7 +18,7 @@ cr.define('print_preview', function() {
eventTarget,
loadTimeData.getString('cloudDestinationsTitle'),
loadTimeData.getString('manage'));
- };
+ }
CloudDestinationList.prototype = {
__proto__: print_preview.DestinationList.prototype,

Powered by Google App Engine
This is Rietveld 408576698