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

Unified Diff: device/nfc/nfc.mojom

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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
« no previous file with comments | « device/devices_app/usb/type_converters.cc ('k') | device/serial/buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/nfc.mojom
diff --git a/device/nfc/nfc.mojom b/device/nfc/nfc.mojom
index 72b3e9eae3462a6a8d077e0b2b6e0d7c4e72e6d8..6ba8b7a1ad72449bed2c27c18dc09fdfdc902f4f 100644
--- a/device/nfc/nfc.mojom
+++ b/device/nfc/nfc.mojom
@@ -21,7 +21,7 @@ enum NFCRecordType {
TEXT,
URL,
JSON,
- OPAQUE
+ OPAQUE_RECORD
};
enum NFCPushTarget {
« no previous file with comments | « device/devices_app/usb/type_converters.cc ('k') | device/serial/buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698