| Index: extensions/browser/api/printer_provider/printer_provider_api.h
|
| diff --git a/extensions/browser/api/printer_provider/printer_provider_api.h b/extensions/browser/api/printer_provider/printer_provider_api.h
|
| index 04fde74b51bdc5605f6f400b189136ba326c11c7..a6da0a98cce5ee651b6104fd61adac0aac4e945d 100644
|
| --- a/extensions/browser/api/printer_provider/printer_provider_api.h
|
| +++ b/extensions/browser/api/printer_provider/printer_provider_api.h
|
| @@ -209,6 +209,7 @@ class PrinterProviderAPI : public BrowserContextKeyedAPI,
|
| };
|
|
|
| // BrowserContextKeyedAPI implementation.
|
| + static const bool kServiceRedirectedInIncognito = true;
|
| static const char* service_name() { return "PrinterProvider"; }
|
|
|
| // PrinterProviderInternalAPIObserver implementation:
|
|
|