| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 86ba49aa1d442f30d24ab27f31aebdd2d7b0c34c..4cfa9b4e8c9cd82c2b29004135533ff05284f01a 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -391,6 +391,10 @@ extern const char kPrintingEnabled[];
|
| extern const char kPrintPreviewDisabled[];
|
| extern const char kPrintPreviewDefaultDestinationSelectionRules[];
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kPrintingDevices[];
|
| +#endif // OS_CHROMEOS
|
| +
|
| extern const char kDefaultSupervisedUserFilteringBehavior[];
|
|
|
| extern const char kSupervisedUserCreationAllowed[];
|
|
|