| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 92fbcc38d05fee9e5e3d5175b9308d6224f7c1c5..7ff6d710f8f16b8dd27bd24febe42aa3e4827b3d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1157,6 +1157,11 @@ const char kPrintPreviewDisabled[] = "printing.print_preview_disabled";
|
| const char kPrintPreviewDefaultDestinationSelectionRules[] =
|
| "printing.default_destination_selection_rules";
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +// List of all printers that the user has configured.
|
| +const char kPrintingDevices[] = "printing.devices";
|
| +#endif // OS_CHROMEOS
|
| +
|
| // An integer pref specifying the fallback behavior for sites outside of content
|
| // packs. One of:
|
| // 0: Allow (does nothing)
|
|
|