| 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);
|
| },
|
|
|
|
|