| Index: chrome/browser/chromeos/printing/printer_discoverer.h
|
| diff --git a/chrome/browser/chromeos/printing/printer_discoverer.h b/chrome/browser/chromeos/printing/printer_discoverer.h
|
| index 20fd8bc9b5bf9096e3489c249a4e506dad41f9df..d49720c56e6e925676f5e236b593fe0bc37a4dc2 100644
|
| --- a/chrome/browser/chromeos/printing/printer_discoverer.h
|
| +++ b/chrome/browser/chromeos/printing/printer_discoverer.h
|
| @@ -28,7 +28,9 @@ class CHROMEOS_EXPORT PrinterDiscoverer {
|
| // still call OnPrintersFound if the set of available printers
|
| // changes, but the user can conclude that if a printer is currently
|
| // available and not in the list, we're not still looking for it.
|
| - virtual void OnDiscoveryInitialScanDone() = 0;
|
| + // TODO(justincarlson): Merge with OnPrintersFound when crbug.com/588234 is
|
| + // complete.
|
| + virtual void OnDiscoveryInitialScanDone(int printer_count) = 0;
|
|
|
| // Called with a collection of printers as they are discovered. On each
|
| // call |printers| is the full set of known printers; it is not
|
|
|