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

Unified Diff: ios/chrome/browser/providers/chromium_browser_provider.h

Issue 2529203002: [ios] Adds signin resources and styled text fields to ChromiumBrowserProvider. (Closed)
Patch Set: Use utility 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
« no previous file with comments | « ios/chrome/browser/providers/BUILD.gn ('k') | ios/chrome/browser/providers/chromium_browser_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/providers/chromium_browser_provider.h
diff --git a/ios/chrome/browser/providers/chromium_browser_provider.h b/ios/chrome/browser/providers/chromium_browser_provider.h
index f2a501c7b1c891f4e4b0d7214dc5f9f5fc659a76..5a237e6e19999d9d4485289aaf7183a3814ccc9e 100644
--- a/ios/chrome/browser/providers/chromium_browser_provider.h
+++ b/ios/chrome/browser/providers/chromium_browser_provider.h
@@ -18,6 +18,8 @@ class ChromiumBrowserProvider : public ios::ChromeBrowserProvider {
void SetChromeIdentityServiceForTesting(
std::unique_ptr<ios::ChromeIdentityService> service) override;
ios::ChromeIdentityService* GetChromeIdentityService() override;
+ UITextField<TextFieldStyling>* CreateStyledTextField(
+ CGRect frame) const override NS_RETURNS_RETAINED;
void InitializeCastService(id main_tab_model) const override;
void AttachTabHelpers(web::WebState* web_state, id tab) const override;
VoiceSearchProvider* GetVoiceSearchProvider() const override;
« no previous file with comments | « ios/chrome/browser/providers/BUILD.gn ('k') | ios/chrome/browser/providers/chromium_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698