| Index: blimp/common/proto/blimp_message.proto
|
| diff --git a/blimp/common/proto/blimp_message.proto b/blimp/common/proto/blimp_message.proto
|
| index 733c21fdf75589cbd257417a56378a0282776f9f..db73e03c5a1a29863793fe70a85c022d516e76ba 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 TabControlMessage tab_control = 1000;
|
| optional NavigationMessage navigation = 1001;
|
| optional RenderWidgetMessage render_widget = 1002;
|
|
|