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

Unified Diff: chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h

Issue 2814633002: Add CupsFilter extraction from resolved ppds for printing. (Closed)
Patch Set: Address skau@ comments Created 3 years, 8 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
« no previous file with comments | « chrome/browser/chromeos/printing/printer_configurer.cc ('k') | chromeos/printing/ppd_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
diff --git a/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h b/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
index 68f2cc1a225a4cc62d2024ed2ab4e966a60e5773..8ffd9556f8e5fe328c4196ea6909741dcc8b0cac 100644
--- a/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
+++ b/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
@@ -99,11 +99,6 @@ class CupsPrintersHandler : public ::settings::SettingsPageUIHandler,
const base::FilePath& ppd_path,
bool ipp_everywhere);
- // Callback for PpdProvider::ResolveCallback.
- void ResolvePpdDone(std::unique_ptr<Printer> printer,
- printing::PpdProvider::CallbackResultCode result,
- const std::string& ppd_contents);
-
std::unique_ptr<chromeos::PrinterDiscoverer> printer_discoverer_;
scoped_refptr<chromeos::printing::PpdProvider> ppd_provider_;
std::unique_ptr<chromeos::PrinterConfigurer> printer_configurer_;
« no previous file with comments | « chrome/browser/chromeos/printing/printer_configurer.cc ('k') | chromeos/printing/ppd_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698