| Index: mojo/public/cpp/bindings/lib/validation_errors.h
|
| diff --git a/mojo/public/cpp/bindings/lib/validation_errors.h b/mojo/public/cpp/bindings/lib/validation_errors.h
|
| index 3de04e32c09c75d007dc7003049fcb5c148b8473..d7e651a9f391aad4f91c6a2ab3b520bdcf426d7f 100644
|
| --- a/mojo/public/cpp/bindings/lib/validation_errors.h
|
| +++ b/mojo/public/cpp/bindings/lib/validation_errors.h
|
| @@ -88,12 +88,6 @@ class SerializationWarningObserverForTesting {
|
| MOJO_DISALLOW_COPY_AND_ASSIGN(SerializationWarningObserverForTesting);
|
| };
|
|
|
| -// Currently it only returns true during validation and serialization tests.
|
| -//
|
| -// TODO(yzshen): Remove this function and enable non-nullable validation by
|
| -// default.
|
| -bool IsNonNullableValidationEnabled();
|
| -
|
| } // namespace internal
|
| } // namespace mojo
|
|
|
|
|