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

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

Issue 2239773002: Annotates functions returning retained objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 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
« no previous file with comments | « no previous file | ios/chrome/browser/signin/gaia_auth_fetcher_ios_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/ios/browser/account_consistency_service.h
diff --git a/components/signin/ios/browser/account_consistency_service.h b/components/signin/ios/browser/account_consistency_service.h
index 39b80d4284218acf7eda4e9ee618885a55d78076..6cbf504dc78bd6dd4c6ba2553a9eabd8978325cf 100644
--- a/components/signin/ios/browser/account_consistency_service.h
+++ b/components/signin/ios/browser/account_consistency_service.h
@@ -115,7 +115,7 @@ class AccountConsistencyService : public KeyedService,
// Can return nil if the browser state is not active.
WKWebView* GetWKWebView();
// Actually creates a WKWebView. Virtual for testing.
- virtual WKWebView* CreateWKWebView();
+ virtual WKWebView* CreateWKWebView() NS_RETURNS_RETAINED;
// Stops any page loading in the WKWebView currently in use and releases it.
void ResetWKWebView();
« no previous file with comments | « no previous file | ios/chrome/browser/signin/gaia_auth_fetcher_ios_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698