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

Unified Diff: chromeos/components/tether/proto/tether.proto

Issue 2744803003: Tether: add TETHERING_TIMEOUT value to ConnectTetheringResponse.ResponseCode. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/proto/tether.proto
diff --git a/chromeos/components/tether/proto/tether.proto b/chromeos/components/tether/proto/tether.proto
index 3910d190b759d6945a0bdd0abf398d79712755a7..7526f2e4b2cc499122f689658fad4a8c9bad6ee7 100644
--- a/chromeos/components/tether/proto/tether.proto
+++ b/chromeos/components/tether/proto/tether.proto
@@ -85,6 +85,7 @@ message ConnectTetheringResponse {
UNKNOWN_ERROR = 0;
SUCCESS = 1;
PROVISIONING_FAILED = 2;
+ TETHERING_TIMEOUT = 3;
}
optional ResponseCode response_code = 1;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698