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

Unified Diff: test/protos/map_api.proto

Issue 1192943003: changes for 0.3.9 (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: made mixins more general Created 5 years, 6 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: test/protos/map_api.proto
diff --git a/test/protos/map_api.proto b/test/protos/map_api.proto
index eea215ed61bfb7163b1fd8cca4d9f577f52763ae..5a3ddb463e018051e5ce6cf98b370bc16816be07 100644
--- a/test/protos/map_api.proto
+++ b/test/protos/map_api.proto
@@ -5,7 +5,7 @@ package protobuf_unittest;
import "dart_options.proto";
message Rec {
- option (dart_options.implement_map) = true;
+ option (dart_options.mixin) = "PbMapMixin";
optional int32 num = 1;
repeated int32 nums = 2;

Powered by Google App Engine
This is Rietveld 408576698