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

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

Issue 2161933003: Define printer configuration objects for Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/chromeos/printing/printer_pref_manager.h
diff --git a/chrome/browser/chromeos/printing/printer_pref_manager.h b/chrome/browser/chromeos/printing/printer_pref_manager.h
new file mode 100644
index 0000000000000000000000000000000000000000..0491336a455a76e6a02a73b23f160b95ca6ee9d9
--- /dev/null
+++ b/chrome/browser/chromeos/printing/printer_pref_manager.h
@@ -0,0 +1,20 @@
+#ifndef CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_
+#define CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_
+
+class PrefRegistrySimple;
+class PrefService;
+
+namespace user_prefs {
+class PrefRegistrySimple;
+}
+
+namespace chromeos {
+
+class PrinterPrefManager {
+ public:
+ static RegisterPrefs(PrefRegistrySimple* registry);
+}
+
+} // namespace chromeos
+
+#endif // CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698