| 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.
|
|
|