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

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

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addresses CSS and style comments. Created 8 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/print_preview_utils.js
diff --git a/chrome/browser/resources/print_preview/print_preview_utils.js b/chrome/browser/resources/print_preview/print_preview_utils.js
index 35bb80a40feb292fbfdbe6e58245c04023b59695..728e959652f65a0adf80ce979f26d91685f94528 100644
--- a/chrome/browser/resources/print_preview/print_preview_utils.js
+++ b/chrome/browser/resources/print_preview/print_preview_utils.js
@@ -197,7 +197,7 @@ function setIsVisible(element, isVisible) {
/**
* @param {Array.<object>} array Array to check for item.
Dan Beam 2012/05/29 23:36:10 Array.<Object>, though I don't see anything specif
Robert Toscano 2012/05/30 21:08:00 Done.
- * @param {object} item Item to look for in array.
+ * @param {!Object} item Item to look for in array.
* @return {boolean} Whether the item is in the array.
*/
function arrayContains(array, item) {

Powered by Google App Engine
This is Rietveld 408576698