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

Unified Diff: components/copresence/proto/enums.proto

Issue 433283002: Adding the Copresence RpcHandler and HttpPost helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@directive-handler
Patch Set: Rebasing off the correct CL Created 6 years, 5 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/copresence/proto/enums.proto
diff --git a/components/copresence/proto/enums.proto b/components/copresence/proto/enums.proto
index 9356cab0439d33c6c2bb17f46ff09bead4515eb2..10e8014923cc67f821b5a225830eb6e77a40a075 100644
--- a/components/copresence/proto/enums.proto
+++ b/components/copresence/proto/enums.proto
@@ -64,13 +64,6 @@ enum TransmissionStrategy {
OPPORTUNISTIC = 2;
PASSIVE = 3;
}
-enum DeleteAllType {
- UNKNOWN_DELETE_ALL_TYPE = 0;
- DELETE_NONE = 1;
- DELETE_ALL_FOR_IDENTITY_DEVICE = 2;
- DELETE_ALL_FOR_IDENTITY = 3;
- DELETE_ALL_FOR_DEVICE_APP = 4;
-}
enum StatusCode {
STATUS_CODE_UNKNOWN = -1;
OK = 0;

Powered by Google App Engine
This is Rietveld 408576698