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

Unified Diff: components/pairing/pairing_api.proto

Issue 2901653002: Bootstrapping: Reboot on enrollment failure (Closed)
Patch Set: Created 3 years, 7 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: 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 =
+}

Powered by Google App Engine
This is Rietveld 408576698