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

Side by Side Diff: components/copresence/proto/codes.proto

Issue 426093003: Add the copresence component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/copresence/proto/BUILD.gn ('k') | components/copresence/proto/data.proto » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 syntax = "proto2";
2 package util.error;
3 option optimize_for = LITE_RUNTIME;
4 enum Code {
5 OK = 0;
6 CANCELLED = 1;
7 UNKNOWN = 2;
8 INVALID_ARGUMENT = 3;
9 DEADLINE_EXCEEDED = 4;
10 NOT_FOUND = 5;
11 ALREADY_EXISTS = 6;
12 PERMISSION_DENIED = 7;
13 UNAUTHENTICATED = 16;
14 RESOURCE_EXHAUSTED = 8;
15 FAILED_PRECONDITION = 9;
16 ABORTED = 10;
17 OUT_OF_RANGE = 11;
18 UNIMPLEMENTED = 12;
19 INTERNAL = 13;
20 UNAVAILABLE = 14;
21 DATA_LOSS = 15;
22 DO_NOT_USE_RESERVED_FOR_FUTURE_EXPANSION_USE_DEFAULT_IN_SWITCH_INSTEAD_ = 20;
23 }
OLDNEW
« no previous file with comments | « components/copresence/proto/BUILD.gn ('k') | components/copresence/proto/data.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698