Commit b77a8e2b authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Commit Bot

Removing "on" prefix for chromeIdentityServiceWillBeDestroyed

Conflict between crrev.com/c/559001 and crrev.com/c/559101

Bug: 661794
Change-Id: Ia7601ba8f334adad8a33fb1cbd744fb050382856
Reviewed-on: https://chromium-review.googlesource.com/574236
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Reviewed-by: default avatarMihai Sardarescu <msarda@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487429}
parent 03613afa
...@@ -327,7 +327,7 @@ void RecordSigninNewAccountUserActionForAccessPoint( ...@@ -327,7 +327,7 @@ void RecordSigninNewAccountUserActionForAccessPoint(
} }
} }
- (void)onChromeIdentityServiceWillBeDestroyed { - (void)chromeIdentityServiceWillBeDestroyed {
_identityServiceObserver.reset(); _identityServiceObserver.reset();
} }
......
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