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

Unified Diff: ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm

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
Index: ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm
diff --git a/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm b/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm
index 5f552b72b542c7b6c9413c7292d6ff73e373ee76..eaabe3df417f3fea30986e738ee817f3aebf7721 100644
--- a/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm
+++ b/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_whitelist_manager.mm
@@ -23,7 +23,7 @@
_appWhitelist = appList;
}
-- (id<NativeAppMetadata>)newNativeAppForURL:(const GURL&)url {
+- (id<NativeAppMetadata>)nativeAppForURL:(const GURL&)url {
return _metadata;
}

Powered by Google App Engine
This is Rietveld 408576698