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

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

Issue 14340003: Rename AuthType to Origin of destination. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/local_parsers.js
diff --git a/chrome/browser/resources/print_preview/data/local_parsers.js b/chrome/browser/resources/print_preview/data/local_parsers.js
index 3aceca751ad8d292e9755766b15c448ce6c88170..c5768bc24a73a935e05dc65c6c03addc5d654ada 100644
--- a/chrome/browser/resources/print_preview/data/local_parsers.js
+++ b/chrome/browser/resources/print_preview/data/local_parsers.js
@@ -18,7 +18,7 @@ cr.define('print_preview', function() {
return new print_preview.Destination(
destinationInfo.deviceName,
print_preview.Destination.Type.LOCAL,
- print_preview.Destination.AuthType.LOCAL,
+ print_preview.Destination.Origin.LOCAL,
destinationInfo.printerName,
false /*isRecent*/,
print_preview.Destination.ConnectionStatus.ONLINE);

Powered by Google App Engine
This is Rietveld 408576698