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

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

Issue 2790603003: Make CUPS USB printing play better with the settings page. This change does several things: (Closed)
Patch Set: stop latching PrintersManager, add 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
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..847e0012fe40d2b1a4ac423b94bfb3675fa9feac 100644
--- a/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
+++ b/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
@@ -88,7 +88,7 @@ class CupsPrintersHandler : public ::settings::SettingsPageUIHandler,
// chromeos::PrinterDiscoverer::Observer override:
void OnPrintersFound(const std::vector<Printer>& printers) override;
- void OnDiscoveryDone() override;
+ void OnDiscoveryInitialScanDone() override;
// Invokes debugd to add the printer to CUPS. If |ipp_everywhere| is true,
// automatic configuration will be attempted and |ppd_path| is ignored.

Powered by Google App Engine
This is Rietveld 408576698