| Index: extensions/common/api/printer_provider_internal.idl
|
| diff --git a/extensions/common/api/printer_provider_internal.idl b/extensions/common/api/printer_provider_internal.idl
|
| index dba73cde84590f45a239c34095f4225ff2776acb..d34e472ffff57f7d8fe076b46976f7efb9e8f399 100644
|
| --- a/extensions/common/api/printer_provider_internal.idl
|
| +++ b/extensions/common/api/printer_provider_internal.idl
|
| @@ -39,6 +39,13 @@ namespace printerProviderInternal {
|
| void reportPrinters(long requestId,
|
| optional printerProvider.PrinterInfo[] printers);
|
|
|
| + // Runs callback to printerProvider.onUsbAccessGranted event.
|
| + // |requestId|: Parameter identifying the event instance for which the
|
| + // callback is run.
|
| + // |printerInfo|: Printer information reported by the extension.
|
| + void reportUsbPrinterInfo(long requestId,
|
| + optional printerProvider.PrinterInfo printerInfo);
|
| +
|
| // Runs callback to printerProvider.onGetCapabilityRequested event.
|
| // |requestId|: Parameter identifying the event instance for which the
|
| // callback is run.
|
|
|