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

Unified Diff: extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h

Issue 900503002: List printers managed by extensions in print preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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
Index: extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
diff --git a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
index f24930274ff10f1c89802520fdc87dc6e74473ee..ac34c5095e9810fe4ec8f5749238059a320f916a 100644
--- a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
+++ b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
@@ -49,9 +49,10 @@ class PrinterProviderInternalAPI : public BrowserContextKeyedAPI {
// Notifies observers that a printerProvider.onGetPrintersRequested callback
// has been called. Called from
// |PrinterProviderInternalReportPrintersFunction|.
- void NotifyGetPrintersResult(const Extension* extension,
- int request_id,
- const base::ListValue& printers);
+ void NotifyGetPrintersResult(
+ const Extension* extension,
+ int request_id,
+ const PrinterProviderInternalAPIObserver::PrinterInfoVector& printers);
// Notifies observers that a printerProvider.onGetCapabilityRequested callback
// has been called. Called from

Powered by Google App Engine
This is Rietveld 408576698