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

Unified Diff: chromeos/printing/printer_translator.h

Issue 2858353004: Track printer installations for each configuration. (Closed)
Patch Set: default argument 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
Index: chromeos/printing/printer_translator.h
diff --git a/chromeos/printing/printer_translator.h b/chromeos/printing/printer_translator.h
index eb121ea57b0a910d6a75646f41f9ca249078eb37..ea506c95f0761ec61c87461e6b2d601af2eddf0c 100644
--- a/chromeos/printing/printer_translator.h
+++ b/chromeos/printing/printer_translator.h
@@ -22,7 +22,8 @@ CHROMEOS_EXPORT extern const char kPrinterId[];
// Returns a new printer populated with the fields from |pref|. Processes
// dictionaries from policy i.e. cPanel.
CHROMEOS_EXPORT std::unique_ptr<Printer> RecommendedPrinterToPrinter(
- const base::DictionaryValue& pref);
+ const base::DictionaryValue& pref,
+ int64_t timestamp);
} // namespace printing
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698