|
Used oneof in blimp_message.proto
oneof is a way to set zero or at most one field out of a set of optional
fields in a proto. Used oneof in blimp_message.proto for the feature
specific messages. Removed the enum that specifies which feature is
currently in use as this is not required any more.
BUG= 570371
Committed: https://crrev.com/eb552d3ed748c438f7861ec9b75ec30d404a7ac3
Cr-Commit-Position: refs/heads/master@{#395243}
Total comments: 32
Total comments: 4
Total comments: 18
Total comments: 40
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+228 lines, -301 lines) |
Patch |
 |
M |
blimp/client/feature/ime_feature.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/feature/navigation_feature.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/client/feature/render_widget_feature.cc
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
blimp/client/feature/tab_control_feature.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/client/feature/tab_control_feature_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/session/blimp_client_session.cc
|
View
|
1
2
3
4
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
blimp/common/create_blimp_message.cc
|
View
|
1
2
3
4
|
8 chunks |
+3 lines, -19 lines |
0 comments
|
Download
|
 |
M |
blimp/common/create_blimp_message_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
blimp/common/logging.h
|
View
|
1
2
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
blimp/common/logging.cc
|
View
|
1
2
3
4
|
5 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
M |
blimp/common/logging_unittest.cc
|
View
|
1
2
3
4
|
8 chunks |
+6 lines, -15 lines |
0 comments
|
Download
|
 |
M |
blimp/common/proto/blimp_message.proto
|
View
|
1
2
3
|
2 chunks |
+10 lines, -28 lines |
0 comments
|
Download
|
 |
M |
blimp/common/proto/protocol_control.proto
|
View
|
1
2
3
|
1 chunk |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
M |
blimp/common/proto/tab_control.proto
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -14 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/feature/engine_render_widget_feature.cc
|
View
|
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/feature/engine_render_widget_feature_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/feature/engine_settings_feature.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/session/blimp_engine_session.cc
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_connection_unittest.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_checkpointer.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_checkpointer_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+6 lines, -18 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_demultiplexer.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_demultiplexer.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_demultiplexer_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_multiplexer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_multiplexer.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_multiplexer_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_output_buffer.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_output_buffer_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/net/blimp_message_pump_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
blimp/net/browser_connection_handler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
blimp/net/browser_connection_handler.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/net/browser_connection_handler_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
blimp/net/engine_authentication_handler.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/net/input_message_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/net/thread_pipe_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/net/thread_pipe_manager.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
blimp/net/thread_pipe_manager_unittest.cc
|
View
|
1
2
3
4
|
8 chunks |
+17 lines, -20 lines |
0 comments
|
Download
|
Total messages: 23 (9 generated)
|