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

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

Issue 1933053003: Used oneof in blimp_message.proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: blimp/common/proto/tab_control.proto
diff --git a/blimp/common/proto/tab_control.proto b/blimp/common/proto/tab_control.proto
index 53d66ee3a6406f3c63e0dd8049a8a94b5a7ee87d..9bd95a833e5dca227b471fa907c220ccd98fb385 100644
--- a/blimp/common/proto/tab_control.proto
+++ b/blimp/common/proto/tab_control.proto
@@ -33,8 +33,5 @@ message TabControlMessage {
optional Type type = 1;
// 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. See
- // crbug.com/570371.
optional SizeMessage size = 1000;
}

Powered by Google App Engine
This is Rietveld 408576698