Commit a51c67df authored by Krzysztof Olczyk's avatar Krzysztof Olczyk Committed by Commit Bot

mojo_base: Add [Stable] to more types

Add [Stable] to:
* mojo_base.mojom.File
* mojo_base.mojom.ProcessId
* mojo_base.mojom.UnguessableToken

These are fundamental types that are unlikely to require
any non-compatible changes. Making them stable is required
for their use in stable versioned interfaces.

Change-Id: I6f21e248dc995f790024e86ae5afe312d51b584c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521117
Auto-Submit: Krzysztof Olczyk <kolczyk@vewd.com>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825072}
parent 1758cbb1
......@@ -5,6 +5,7 @@
module mojo_base.mojom;
// Corresponds to |base::File| in base/files/file.h
[Stable]
struct File {
handle<platform> fd;
bool async;
......
......@@ -4,6 +4,7 @@
module mojo_base.mojom;
[Stable]
struct ProcessId {
// This is the storage for the pid, on windows the pid is a DWORD and the
// value can be DWORD_MAX which maps gracefully to uint32 while on linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment