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

Unified Diff: components/sync/protocol/password_specifics.proto

Issue 2969023002: Update the comments on PasswordSpecificsData. The Android format was described wrong. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/password_specifics.proto
diff --git a/components/sync/protocol/password_specifics.proto b/components/sync/protocol/password_specifics.proto
index a277b87a120dea3837ff19d2e72cc2224e7807f7..8f17fbc46edade4a6128d7a17ad53e0d0de5aeeb 100644
--- a/components/sync/protocol/password_specifics.proto
+++ b/components/sync/protocol/password_specifics.proto
@@ -42,7 +42,7 @@ message PasswordSpecificsData {
// For parsed web forms and normal passwords saved through Credential Manager
// API: url-scheme://url-host[:url-port]/
// For Android apps (local + federated):
- // "android://<hash of cert>@<package name>"
+ // "android://<hash of cert>@<package name>/"
// where the hash is base64 encoded SHA512 of the app's public certificate.
// For federated credentials:
// "federation://" + origin_host + "/" + federation_host
@@ -52,7 +52,7 @@ message PasswordSpecificsData {
// For parsed web forms and Credential Manager API:
// url-scheme://url-host[:url-port]/path
- // For Android: "android://<hash of cert>@<package name>"
+ // For Android: "android://<hash of cert>@<package name>/"
// For proxy/HTTP auth: url-scheme://url-host[:url-port]/path
optional string origin = 3;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698