Commit 22492b8b authored by Andrei Salavei's avatar Andrei Salavei Committed by Commit Bot

Fix typo in IdentityManager's method comment

Fix typo in |IdentityManager::HasPrimaryAccount| method comment

Change-Id: Id773ea65383ce6bfb6727d35ce0b65980321979f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157050Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: Andrei Salavei <solovey@google.com>
Cr-Commit-Position: refs/heads/master@{#761137}
parent 33109c59
......@@ -178,7 +178,7 @@ class IdentityManager : public KeyedService,
ConsentLevel consent = ConsentLevel::kSync) const;
// Returns whether the user's primary account is available. If consent is
// |ConsentLevel::kSyn| then true implies that the user has blessed this
// |ConsentLevel::kSync| then true implies that the user has blessed this
// account for sync.
bool HasPrimaryAccount(ConsentLevel consent = ConsentLevel::kSync) const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment