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

Unified Diff: ios/public/provider/chrome/browser/updatable_resource_provider.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
Index: ios/public/provider/chrome/browser/updatable_resource_provider.h
diff --git a/ios/public/provider/chrome/browser/updatable_resource_provider.h b/ios/public/provider/chrome/browser/updatable_resource_provider.h
index 64993cde9a1f141df4a76dac21e673765cf3aecc..906ea8c3d87eeabe6f67685312b55062163dc6f1 100644
--- a/ios/public/provider/chrome/browser/updatable_resource_provider.h
+++ b/ios/public/provider/chrome/browser/updatable_resource_provider.h
@@ -96,7 +96,7 @@ class UpdatableResourceProvider {
// |delegate| may be nil.
virtual id<UpdatableResourceBridge> CreateUpdatableResource(
NSString* resource_identifier,
- id<UpdatableResourceDelegate> delegate);
+ id<UpdatableResourceDelegate> delegate) NS_RETURNS_RETAINED;
private:
DISALLOW_COPY_AND_ASSIGN(UpdatableResourceProvider);
« no previous file with comments | « ios/public/provider/chrome/browser/geolocation_updater_provider.h ('k') | ios/web/public/web_view_creation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698