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

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

Issue 2596813002: Remove ChromeBrowserProvider::CreateInfoBarView() method. (Closed)
Patch Set: Created 4 years 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 305cfe0dd2df7cbf22f5ab4cc9c47f585096eaa3..7ba4ca52beadba34fa4e7a48b5925d94b595ee8d 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -20,7 +20,6 @@
class AppDistributionProvider;
class BrandedImageProvider;
class GURL;
-class InfoBarViewDelegate;
class OmahaServiceProvider;
class PrefService;
class SpotlightProvider;
@@ -91,11 +90,6 @@ class ChromeBrowserProvider {
// Registers all prefs that will be used via a PrefService attached to a
// Profile.
virtual void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
- // Returns an infobar view conforming to the InfoBarViewProtocol. The returned
- // object is retained.
- virtual InfoBarViewPlaceholder CreateInfoBarView(
- CGRect frame,
- InfoBarViewDelegate* delegate) NS_RETURNS_RETAINED;
// Returns an instance of a signing error provider.
virtual SigninErrorProvider* GetSigninErrorProvider();
// Returns an instance of a signin resources provider.

Powered by Google App Engine
This is Rietveld 408576698