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

Unified Diff: blimp/client/public/session/assignment.h

Issue 2439403003: Refactor BlimpConnection to TCPConnection (Closed)
Patch Set: Added missing Engine Transport Created 4 years, 2 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: blimp/client/public/session/assignment.h
diff --git a/blimp/client/public/session/assignment.h b/blimp/client/public/session/assignment.h
index de6cd25672fc4d230976df798c382ec74df773d5..84395eb7bcc1915612baf19fb41e47e3fc119ec8 100644
--- a/blimp/client/public/session/assignment.h
+++ b/blimp/client/public/session/assignment.h
@@ -41,6 +41,7 @@ struct Assignment {
UNKNOWN = 0,
SSL = 1,
TCP = 2,
+ GRPC = 3,
};
Assignment();

Powered by Google App Engine
This is Rietveld 408576698