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

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

Issue 467753002: Deleting deprecated copresence protos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverting use_audible field Created 6 years, 4 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/copresence/proto/data.proto ('k') | components/copresence/proto/identity.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/copresence/proto/data.proto ('k') | components/copresence/proto/identity.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698