Index: mojo/services/device_info/interfaces/device_info.mojom |
diff --git a/mojo/services/device_info/interfaces/device_info.mojom b/mojo/services/device_info/interfaces/device_info.mojom |
index 8df6e5df8acfaee1beabda973b32191254cc131d..db9a472f30ba256f3470e931cd727e0d43ef3139 100644 |
--- a/mojo/services/device_info/interfaces/device_info.mojom |
+++ b/mojo/services/device_info/interfaces/device_info.mojom |
@@ -13,10 +13,10 @@ interface DeviceInfo { |
// like whether there's an attached screen and its size, etc. |
enum DeviceType { |
UNKNOWN, |
- HEADLESS, // No attached display. Useful in tests. |
- WATCH, // Display smaller than 3.5". |
- PHONE, // Display smaller than 6.5" and larger than 3.5". |
- TABLET, // Display smaller than 10.5" and larger than 6.5". |
+ HEADLESS, // No attached display. Useful in tests. |
+ WATCH, // Display smaller than 3.5". |
+ PHONE, // Display smaller than 6.5" and larger than 3.5". |
+ TABLET, // Display smaller than 10.5" and larger than 6.5". |
// Anything with a display larger than 10.5" with an attached keyboard. |
DESKTOP, |