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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 #ifndef CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_
2 #define CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_
3
4 class PrefRegistrySimple;
5 class PrefService;
6
7 namespace user_prefs {
8 class PrefRegistrySimple;
9 }
10
11 namespace chromeos {
12
13 class PrinterPrefManager {
14 public:
15 static RegisterPrefs(PrefRegistrySimple* registry);
16 }
17
18 } // namespace chromeos
19
20 #endif // CHROMEOS_PRINTING_PRINTER_PREF_HANDLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698