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

Unified Diff: components/arc/common/net.mojom

Issue 1618963006: Mojo C++ bindings: support enum validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « components/arc/common/ime.mojom ('k') | components/arc/common/power.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/net.mojom
diff --git a/components/arc/common/net.mojom b/components/arc/common/net.mojom
index 0835c735bcc4402a16b1a491bd53c411bce249c3..01de04e34751ba81324391b8a07b46fbaaaaf230 100644
--- a/components/arc/common/net.mojom
+++ b/components/arc/common/net.mojom
@@ -4,6 +4,7 @@
module arc;
+[Extensible=True]
enum NetworkResult {
SUCCESS = 0,
FAILURE = 1,
« no previous file with comments | « components/arc/common/ime.mojom ('k') | components/arc/common/power.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698