summaryrefslogtreecommitdiffstats
path: root/sync/protocol
diff options
context:
space:
mode:
authorvasilii <vasilii@chromium.org>2016-03-07 09:19:48 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-07 17:20:46 +0000
commit7ce034c33ab22005c7e221d7e6314118b00cdf82 (patch)
tree45fef853e5018be0ad9c4a60050b3c8fcea14800 /sync/protocol
parent0b73cc0dda9b1f57478838fcc34cdeb1f5d6a752 (diff)
downloadchromium_src-7ce034c33ab22005c7e221d7e6314118b00cdf82.zip
chromium_src-7ce034c33ab22005c7e221d7e6314118b00cdf82.tar.gz
chromium_src-7ce034c33ab22005c7e221d7e6314118b00cdf82.tar.bz2
Change the description of the password proto to be true.
TBR=zea@chromium.org Review URL: https://codereview.chromium.org/1768163002 Cr-Commit-Position: refs/heads/master@{#379570}
Diffstat (limited to 'sync/protocol')
-rw-r--r--sync/protocol/password_specifics.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/protocol/password_specifics.proto b/sync/protocol/password_specifics.proto
index 7f27072..201fb3f 100644
--- a/sync/protocol/password_specifics.proto
+++ b/sync/protocol/password_specifics.proto
@@ -53,7 +53,7 @@ message PasswordSpecificsData {
// For parsed web forms and Credential Manager API:
// url-scheme://url-host[:url-port]/path
- // For Android: <empty>.
+ // For Android: "android://<hash of cert>@<package name>"
// For proxy/HTTP auth: url-scheme://url-host[:url-port]/path
optional string origin = 3;