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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 2464963004: [ios] Adds protocols for native app launching (Closed)
Patch Set: CL Feedback and New protocol method 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
Index: ios/public/provider/chrome/browser/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index 0f9f0467c917594e854bc50d092d56329b6955a5..014f611a64fb1d99cf8f96a7d113d9cad9d8c137 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -50,6 +50,7 @@ class PrefRegistrySyncable;
@protocol InfoBarViewProtocol;
@protocol LogoVendor;
@protocol TextFieldStyling;
+@protocol NativeAppWhitelistManager;
@class UITextField;
@class UIView;
@protocol UrlLoader;
@@ -170,6 +171,9 @@ class ChromeBrowserProvider {
// TODO(rohitrao): This is a temporary method, used to prevent the tree from
// breaking due to duplicate prefs registration.
virtual bool ShouldEmbedderRegisterVoiceSearchPrefs() const;
+
+ // Returns the NativeAppWhitelistManager implementation.
+ virtual id<NativeAppWhitelistManager> GetNativeAppWhitelistManager() const;
rohitrao (ping after 24h) 2016/11/09 02:19:21 Also update TestChromeBrowserProvider to override
sczs1 2016/11/10 03:30:19 Done.
};
} // namespace ios

Powered by Google App Engine
This is Rietveld 408576698