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

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

Issue 2521493003: [ios] Adds BrandedImageProvider and its associated image resources. (Closed)
Patch Set: Review 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 947b2aed581dd356dbddaa5e2b9aff30ad8b5389..ef9ddd957cbed89597e96fbda51b6315dcef4560 100644
--- a/ios/chrome/browser/providers/chromium_browser_provider.h
+++ b/ios/chrome/browser/providers/chromium_browser_provider.h
@@ -24,8 +24,10 @@ class ChromiumBrowserProvider : public ios::ChromeBrowserProvider {
id<LogoVendor> CreateLogoVendor(ios::ChromeBrowserState* browser_state,
id<UrlLoader> loader) const override
NS_RETURNS_RETAINED;
+ BrandedImageProvider* GetBrandedImageProvider() const override;
private:
+ std::unique_ptr<BrandedImageProvider> branded_image_provider_;
std::unique_ptr<ios::SigninErrorProvider> signin_error_provider_;
std::unique_ptr<ios::SigninResourcesProvider> signin_resources_provider_;
std::unique_ptr<ios::ChromeIdentityService> chrome_identity_service_;
« 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