#include "printing/backend/printing_restrictions.h"
#include "build/build_config.h"
namespace printing {
#if BUILDFLAG(IS_CHROMEOS)
const char kAllowedColorModes[] = "allowedColorModes";
const char kAllowedDuplexModes[] = "allowedDuplexModes";
const char kAllowedPinModes[] = "allowedPinModes";
const char kDefaultColorMode[] = "defaultColorMode";
const char kDefaultDuplexMode[] = "defaultDuplexMode";
const char kDefaultPinMode[] = "defaultPinMode";
#endif
const char kPaperSizeName[] = …;
const char kPaperSizeNameCustomOption[] = …;
const char kPaperSizeCustomSize[] = …;
const char kPaperSizeWidth[] = …;
const char kPaperSizeHeight[] = …;
}