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

Unified Diff: chrome/browser/resources/print_preview/native_layer.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
« no previous file with comments | « chrome/browser/resources/print_preview/data/local_parsers.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/native_layer.js
diff --git a/chrome/browser/resources/print_preview/native_layer.js b/chrome/browser/resources/print_preview/native_layer.js
index 1d2c8635e6128c1a8d8fbb664f056d7fcd9f5630..c9c8437dab2fe9f7b1277192b83f94355ca61b65 100644
--- a/chrome/browser/resources/print_preview/native_layer.js
+++ b/chrome/browser/resources/print_preview/native_layer.js
@@ -399,6 +399,8 @@ cr.define('print_preview', function() {
var getCapsFailEvent = new cr.Event(
NativeLayer.EventType.GET_CAPABILITIES_FAIL);
getCapsFailEvent.destinationId = destinationId;
+ getCapsFailEvent.destinationOrigin =
+ print_preview.Destination.Origin.LOCAL;
this.dispatchEvent(getCapsFailEvent);
},
« no previous file with comments | « chrome/browser/resources/print_preview/data/local_parsers.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698