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

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

Issue 8207005: [print preview] Improve appearance of select control separators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: add print_preview_cloud.js. Created 9 years, 2 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
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_preview_cloud.js
===================================================================
--- chrome/browser/resources/print_preview/print_preview_cloud.js (revision 104536)
+++ chrome/browser/resources/print_preview/print_preview_cloud.js (working copy)
@@ -406,7 +406,6 @@
printers[i]['name'],
printers[i]['id'],
printers[i]['name'] == defaultOrLastUsedPrinterName,
- false,
false);
cloudprint.setCloudPrint(option,
printers[i]['name'],
@@ -419,7 +418,6 @@
localStrings.getString('signIn'),
SIGN_IN,
false,
- false,
false);
trackCloudPrinterAdded(SIGN_IN);
chrome.send('signIn');
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698