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

Unified Diff: ios/chrome/browser/signin/gaia_auth_fetcher_ios.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: ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm
diff --git a/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm b/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm
index cd4cb4c43738b56b360a72c38b412e695ee912b3..e8878a8e4cf12c1774cc52bace7726ab70397942 100644
--- a/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm
+++ b/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm
@@ -296,7 +296,7 @@ void GaiaAuthFetcherIOSBridge::ResetWKWebView() {
navigation_delegate_.reset();
}
-WKWebView* GaiaAuthFetcherIOSBridge::CreateWKWebView() {
+WKWebView* GaiaAuthFetcherIOSBridge::CreateWKWebView() NS_RETURNS_RETAINED {
return web::CreateWKWebView(CGRectZero, browser_state_);
}

Powered by Google App Engine
This is Rietveld 408576698