summaryrefslogtreecommitdiffstats
path: root/components/pairing/pairing_api.proto
diff options
context:
space:
mode:
authorzork <zork@chromium.org>2015-04-21 18:13:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-22 01:14:08 +0000
commitb7c25e1ec39ec11d2156b2918d58f4de7fcd9791 (patch)
treebe92bd713e17eadfc65f4b24a49593a92983b5a0 /components/pairing/pairing_api.proto
parent63d36f32e780f052716384851adfabd17edf8639 (diff)
downloadchromium_src-b7c25e1ec39ec11d2156b2918d58f4de7fcd9791.zip
chromium_src-b7c25e1ec39ec11d2156b2918d58f4de7fcd9791.tar.gz
chromium_src-b7c25e1ec39ec11d2156b2918d58f4de7fcd9791.tar.bz2
Add AddNetwork message to pairing API.
BUG=None Review URL: https://codereview.chromium.org/1090483002 Cr-Commit-Position: refs/heads/master@{#326206}
Diffstat (limited to 'components/pairing/pairing_api.proto')
-rw-r--r--components/pairing/pairing_api.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/pairing/pairing_api.proto b/components/pairing/pairing_api.proto
index 0d8e668..856feae 100644
--- a/components/pairing/pairing_api.proto
+++ b/components/pairing/pairing_api.proto
@@ -86,3 +86,12 @@ message Error {
optional int32 api_version = 1;
optional ErrorParameters parameters = 2;
}
+
+message AddNetworkParameters {
+ optional string onc_spec = 1;
+}
+
+message AddNetwork {
+ optional int32 api_version = 1;
+ optional AddNetworkParameters parameters = 2;
+}