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

Unified Diff: components/pairing/pairing_api.proto

Issue 2901653002: Bootstrapping: Reboot on enrollment failure (Closed)
Patch Set: Fixed comments. 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
« no previous file with comments | « components/pairing/host_pairing_controller.h ('k') | components/pairing/proto_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pairing/pairing_api.proto
diff --git a/components/pairing/pairing_api.proto b/components/pairing/pairing_api.proto
index 22843be31a679d363373477a87d5c260f4c72bf3..76c7032ac417b95256f5b9c910933cacf1c4b25a 100644
--- a/components/pairing/pairing_api.proto
+++ b/components/pairing/pairing_api.proto
@@ -97,3 +97,8 @@ message AddNetwork {
optional int32 api_version = 1;
optional AddNetworkParameters parameters = 2;
}
+
+message Reboot {
+ optional int32 api_version = 1;
+ optional bool reboot = 2 [default = true];
+}
« no previous file with comments | « components/pairing/host_pairing_controller.h ('k') | components/pairing/proto_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698