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

Unified Diff: mojo/public/interfaces/bindings/mojom_files.mojom

Issue 1776243004: Mojom runtime type info: Use compression and base64 encoding. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebasing Created 4 years, 9 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: mojo/public/interfaces/bindings/mojom_files.mojom
diff --git a/mojo/public/interfaces/bindings/mojom_files.mojom b/mojo/public/interfaces/bindings/mojom_files.mojom
index 603e3e81c360f67e052f8e39e79ba95fe40e8984..fcb5349eb4d02fcf735fe41a69d880c4d22e4357 100644
--- a/mojo/public/interfaces/bindings/mojom_files.mojom
+++ b/mojo/public/interfaces/bindings/mojom_files.mojom
@@ -70,8 +70,9 @@ struct MojomFile {
// The bytes encoding a |RuntimeTypeInfo| struct for this Mojom file,
// using Mojo message serialization. Some implementations may not include
- // this.
- array<uint8>? serialized_runtime_type_info;
+ // this. This string contains the base64 encoding of the gzip-compressed
+ // bytes.
+ string? serialized_runtime_type_info;
};
// Represents a directed acyclic graph of MojomFiles.

Powered by Google App Engine
This is Rietveld 408576698