Commit 98bc7c08 authored by Mihai Sardarescu's avatar Mihai Sardarescu Committed by Commit Bot

Fix comment in unified consent service.

Bug: 1015805
Change-Id: Ibd55ca25e03fd9ab7889fe791f714efcbef6e671
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891194Reviewed-by: default avatarThomas Tangl <tangltom@chromium.org>
Commit-Queue: Mihai Sardarescu <msarda@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711207}
parent f54dc8ed
......@@ -18,8 +18,8 @@ class UnifiedConsentServiceFactory : public BrowserContextKeyedServiceFactory {
public:
// Returns the instance of UnifiedConsentService associated with |profile|
// (creating one if none exists). Returns nullptr if this profile cannot have
// a UnifiedConsentService (e.g. UnifiedConsent is not enabled for |profile|
// or |profile| is incognito).
// a UnifiedConsentService (e.g. sync is disabled for |profile| or
// |profile| is incognito).
static unified_consent::UnifiedConsentService* GetForProfile(
Profile* profile);
......
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