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

Unified Diff: ios/public/provider/chrome/browser/test_chrome_browser_provider.mm

Issue 2464963004: [ios] Adds protocols for native app launching (Closed)
Patch Set: Use new Enums, Feedback Created 4 years, 1 month 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/test_chrome_browser_provider.h ('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/test_chrome_browser_provider.mm
diff --git a/ios/public/provider/chrome/browser/test_chrome_browser_provider.mm b/ios/public/provider/chrome/browser/test_chrome_browser_provider.mm
index faa284ea079244a23a91370e9ff2e74f4162adf0..5e3abef1e21fffd933d017b5d42fd3e6d59904f5 100644
--- a/ios/public/provider/chrome/browser/test_chrome_browser_provider.mm
+++ b/ios/public/provider/chrome/browser/test_chrome_browser_provider.mm
@@ -86,4 +86,9 @@ OmahaServiceProvider* TestChromeBrowserProvider::GetOmahaServiceProvider()
return omaha_service_provider_.get();
}
+id<NativeAppWhitelistManager>
+TestChromeBrowserProvider::GetNativeAppWhitelistManager() const {
+ return nil;
+}
+
} // namespace ios
« no previous file with comments | « ios/public/provider/chrome/browser/test_chrome_browser_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698