Chromium Code Reviews| 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 |
|
pkl (ping after 24h if needed)
2017/02/01 00:46:11
s/a new/an/
noyau (Ping after 24h)
2017/02/01 11:24:09
Done.
|
| -// 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. |