Chromium Code Reviews| Index: components/pairing/pairing_api.proto |
| diff --git a/components/pairing/pairing_api.proto b/components/pairing/pairing_api.proto |
| index 22843be31a679d363373477a87d5c260f4c72bf3..d871c932194fb805d5e2d9b0733f73351749cc85 100644 |
| --- a/components/pairing/pairing_api.proto |
| +++ b/components/pairing/pairing_api.proto |
| @@ -97,3 +97,7 @@ message AddNetwork { |
| optional int32 api_version = 1; |
| optional AddNetworkParameters parameters = 2; |
| } |
| + |
| +message Reboot { |
| + optional int32 api_version = 1; |
|
xdai1
2017/05/23 00:07:50
Can we have add a variable: optional bool reboot =
|
| +} |