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

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: s/newNativeAppForURL/nativeAppForURL 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
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..153f8477202b5841158d359fa893c8867a4759b8 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
@@ -24,9 +24,8 @@ typedef BOOL (^NativeAppFilter)(const id<NativeAppMetadata> app, BOOL* stop);
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;
+// can handle |url|. Returns nil otherwise.
+- (id<NativeAppMetadata>)nativeAppForURL:(const GURL&)url;
// Returns an autoreleased NSArray of NativeAppMetadata objects which
// |condition| block returns YES.

Powered by Google App Engine
This is Rietveld 408576698