commit | 1a85c30471f6e32e2090061b9ea5e1c0b7dc4d09 | [log] [tgz] |
---|---|---|
author | Marcin Wiącek <[email protected]> | Wed May 01 21:41:41 2019 |
committer | Commit Bot <[email protected]> | Wed May 01 21:41:41 2019 |
tree | 8b365bab0a3971930a0c765e7f45dbeb719e3654 | |
parent | b7eb234589e7cd9039c2ace7f0fb6b4c7f8431e0 [diff] |
Improve and clean NetError (usage) 1. define @IntDef instead of class in the Java code (it allows to use @NetError annotation and @IntDef profits) 2. provide OK value in Java version (like in C++ version) 3. use OK instead of 0 in C++ code (and use NetError error for -3 value in Java code) BUG=919666 Change-Id: I671b27e37daae9dc63e6e8b9eb8e175585725e03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574808 Commit-Queue: Marcin Wiącek <[email protected]> Reviewed-by: Paul Jensen <[email protected]> Reviewed-by: Changwan Ryu <[email protected]> Reviewed-by: Dominick Ng <[email protected]> Reviewed-by: Adam Langley <[email protected]> Reviewed-by: Yusuf Ozuysal <[email protected]> Reviewed-by: Bo <[email protected]> Cr-Commit-Position: refs/heads/master@{#655766}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .