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

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

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
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 4fddf0964bc5cb1a8fe403800582be8633e7d72b..c30ba8fe503ad2533394c35c30cdc690a96ff00a 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -51,6 +51,7 @@ class PrefRegistrySyncable;
@protocol InfoBarViewProtocol;
@protocol LogoVendor;
@protocol TextFieldStyling;
+@protocol NativeAppWhitelistManager;
@class UITextField;
@class UIView;
@protocol UrlLoader;
@@ -174,6 +175,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;
};
} // namespace ios
« no previous file with comments | « ios/public/provider/chrome/browser/BUILD.gn ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698