Commit 0a385e90 authored by Alan Screen's avatar Alan Screen Committed by Commit Bot

[cleanup] Drop |kNone| from AdvancedCapability::Type

The advanced capabilities used by ChromeOS printing never make use of
the |kNone| capability type.

Bug: 809738
Change-Id: I27b0cdba58fa2ad2c4d803cf63ab2bf32dc15556
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404475
Commit-Queue: Alan Screen <awscreen@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806028}
parent 85350eb7
......@@ -62,7 +62,7 @@ struct PRINTING_EXPORT AdvancedCapability {
AdvancedCapability(const AdvancedCapability& other);
~AdvancedCapability();
enum class Type : uint8_t { kNone = 0, kBoolean, kFloat, kInteger, kString };
enum class Type : uint8_t { kBoolean, kFloat, kInteger, kString };
// IPP identifier of the attribute.
std::string name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment