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

Unified Diff: ios/public/provider/chrome/browser/chrome_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
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 f028e8e9ca8fcbcf3313234946500fbc877716f4..a99c61db4b70ad14ab36062183b0fd29f3b7ed0c 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -19,6 +19,7 @@
class AppDistributionProvider;
class AutocompleteProvider;
+class BrandedImageProvider;
class GURL;
class InfoBarViewDelegate;
class OmahaServiceProvider;
@@ -175,6 +176,9 @@ class ChromeBrowserProvider {
virtual std::unique_ptr<sync_sessions::SyncedWindowDelegatesGetter>
CreateSyncedWindowDelegatesGetter(ios::ChromeBrowserState* browser_state);
+ // Returns an instance of the branded image provider.
+ virtual BrandedImageProvider* GetBrandedImageProvider() const;
+
// Returns the NativeAppWhitelistManager implementation.
virtual id<NativeAppWhitelistManager> GetNativeAppWhitelistManager() const;
« 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