| Index: blimp/common/proto/tab_control.proto
|
| diff --git a/blimp/common/proto/tab_control.proto b/blimp/common/proto/tab_control.proto
|
| index d71397c2d019d8ff19af0ef89a295c8478063b37..ead55f0457174ecb4b02f7b36e20bb910efb5eaa 100644
|
| --- a/blimp/common/proto/tab_control.proto
|
| +++ b/blimp/common/proto/tab_control.proto
|
| @@ -28,6 +28,7 @@ message TabControlMessage {
|
|
|
| // Feature-specific messages follow.
|
| // Only one of these fields may be set per TabControlMessage.
|
| - // 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 SizeMessage size = 1000;
|
| }
|
|
|