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

Unified Diff: chrome/browser/chromeos/printing/printer_discoverer.h

Issue 2904243003: Add Printing.CUPS.PrintersDiscovered to our metrics. (Closed)
Patch Set: change units Created 3 years, 7 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 | « no previous file | chrome/browser/chromeos/printing/printer_discoverer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/chromeos/printing/printer_discoverer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698