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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom

Issue 1127293003: Update mojo sdk to rev f84766d3b6420b7cf6a113d9d65d73cb5fe18d90 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 5 years, 7 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: third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
index 700481c76b6adbaf827d88b76185c282ccb3675f..aad7c8d57d695bf852e1d956ea7c956093e7d0aa 100644
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
@@ -9,15 +9,6 @@ import "sample_import.mojom";
import "sample_import2.mojom";
const uint8 kTwelve = 12;
-const uint64 kTooBigForSignedInt64 = 9999999999999999999;
-
-const double kDoubleInfinity = double.INFINITY;
-const double kDoubleNegativeInfinity = double.NEGATIVE_INFINITY;
-const double kDoubleNaN = double.NAN;
-
-const float kFloatInfinity = float.INFINITY;
-const float kFloatNegativeInfinity = float.NEGATIVE_INFINITY;
-const float kFloatNaN = float.NAN;
struct Bar {
enum Type {
@@ -32,7 +23,6 @@ struct Bar {
Type type@3 = sample.Bar.Type.VERTICAL;
};
-[RequiredFields=7]
struct Foo {
const string kFooby = "Fooby";
string name@8 = kFooby;

Powered by Google App Engine
This is Rietveld 408576698