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

Unified Diff: components/signin/ios/browser/account_consistency_service.mm

Issue 2239773002: Annotates functions returning retained objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removes functions that are not in headers AND not in ios code. Created 4 years, 4 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
Index: components/signin/ios/browser/account_consistency_service.mm
diff --git a/components/signin/ios/browser/account_consistency_service.mm b/components/signin/ios/browser/account_consistency_service.mm
index 1ce0e2e2cc436b3e29ec4ccb05befc5900541d18..f24383ca00d667ee971e8e5657183065b2c39d1b 100644
--- a/components/signin/ios/browser/account_consistency_service.mm
+++ b/components/signin/ios/browser/account_consistency_service.mm
@@ -400,7 +400,7 @@ WKWebView* AccountConsistencyService::GetWKWebView() {
return web_view_.get();
}
-WKWebView* AccountConsistencyService::CreateWKWebView() {
+WKWebView* AccountConsistencyService::CreateWKWebView() NS_RETURNS_RETAINED {
return web::CreateWKWebView(CGRectZero, browser_state_);
}

Powered by Google App Engine
This is Rietveld 408576698