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 ea9effad41b63c012ac9edf1cb47645a5a5a9afb..efdd55b36073695ca5a34c475a299e408e7ea0a9 100644 |
--- a/chrome/browser/resources/print_preview/native_layer.js |
+++ b/chrome/browser/resources/print_preview/native_layer.js |
@@ -44,7 +44,7 @@ cr.define('print_preview', function() { |
global['autoCancelForTesting'] = this.autoCancelForTesting_.bind(this); |
global['onPrivetPrinterChanged'] = this.onPrivetPrinterChanged_.bind(this); |
global['onPrivetCapabilitiesSet'] = |
- this.onPrivetCapabilitiesSet_.bind(this); |
+ this.onPrivetCapabilitiesSet_.bind(this); |
global['onPrivetPrintFailed'] = this.onPrivetPrintFailed_.bind(this); |
}; |