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

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

Issue 433283002: Adding the Copresence RpcHandler and HttpPost helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@directive-handler
Patch Set: Removing redundant reset() call. 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
Index: components/copresence/proto/identity.proto
diff --git a/components/copresence/proto/identity.proto b/components/copresence/proto/identity.proto
index c89f6619f8303943ec180fe49b3d7773304c1103..6c104edd2e086eb8fad2d514bc50fef108e55728 100644
--- a/components/copresence/proto/identity.proto
+++ b/components/copresence/proto/identity.proto
@@ -4,7 +4,6 @@ option optimize_for = LITE_RUNTIME;
import "enums.proto";
message Identity {
optional IdentityType type = 1;
- optional string obfuscated_gaia_id = 2 [deprecated = true];
optional string chromecast_id = 3;
optional string android_id = 4;
optional string chrome_id = 5;

Powered by Google App Engine
This is Rietveld 408576698