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

Unified Diff: ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h

Issue 2664993003: Converts ios/chrome/browser/native_app_launcher:native_app_launcher_internal to ARC. (Closed)
Patch Set: feedback Created 3 years, 11 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 | « ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
diff --git a/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h b/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
index 071ffb957164520f0898a69c4d8b439dc6888b4d..e846741b4f6a39ac9431c1308a2d9cd83fa93f6a 100644
--- a/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
+++ b/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
@@ -23,10 +23,9 @@ typedef BOOL (^NativeAppFilter)(const id<NativeAppMetadata> app, BOOL* stop);
tldList:(NSArray*)tldList
acceptStoreIDs:(NSArray*)storeIDs;
-// Returns a new object with the metadata about the iOS native application that
-// can handle |url|. Returns nil otherwise. Caller owns the returned object
-// and needs to release it when done.
-- (id<NativeAppMetadata>)newNativeAppForURL:(const GURL&)url;
+// Returns an object with the metadata about the iOS native application that
+// can handle |url|. Returns nil otherwise.
+- (id<NativeAppMetadata>)nativeAppForURL:(const GURL&)url;
// Returns an autoreleased NSArray of NativeAppMetadata objects which
// |condition| block returns YES.
« no previous file with comments | « ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698