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

Unified Diff: blimp/common/proto/blimp_message.proto

Issue 1527863002: Serialize PictureLayer properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years 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
« no previous file with comments | « no previous file | blimp/common/proto/control.proto » ('j') | cc/layers/empty_content_layer_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/blimp_message.proto
diff --git a/blimp/common/proto/blimp_message.proto b/blimp/common/proto/blimp_message.proto
index 3bf22f848eafd6402516a41227238b63de22d29b..56468aaf2ebc644f1305973a8f48ec830c2e54e1 100644
--- a/blimp/common/proto/blimp_message.proto
+++ b/blimp/common/proto/blimp_message.proto
@@ -66,7 +66,8 @@ message BlimpMessage {
// Feature-specific messages follow.
// Only one of these fields may be set per BlimpMessage.
- // TODO(kmarshall): use a 'oneof' union when it's supported in Chromium.
+ // TODO(kmarshall): use a 'oneof' union when it's supported in Chromium. See
+ // crbug.com/570371.
optional ControlMessage control = 1000;
optional NavigationMessage navigation = 1001;
optional RenderWidgetMessage render_widget = 1002;
« no previous file with comments | « no previous file | blimp/common/proto/control.proto » ('j') | cc/layers/empty_content_layer_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698