Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1618)

Unified Diff: mojo/services/device_info/interfaces/device_info.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698