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

Unified Diff: ios/public/provider/chrome/browser/test_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/test_chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/test_chrome_browser_provider.h b/ios/public/provider/chrome/browser/test_chrome_browser_provider.h
index 22ddbea7f8013aea371cbce41d8b91e31428a098..8b402569699422a2054c992e13542c7b870519a2 100644
--- a/ios/public/provider/chrome/browser/test_chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/test_chrome_browser_provider.h
@@ -22,9 +22,6 @@ class TestChromeBrowserProvider : public ChromeBrowserProvider {
static TestChromeBrowserProvider* GetTestProvider();
// ChromeBrowserProvider:
- InfoBarViewPlaceholder CreateInfoBarView(
- CGRect frame,
- InfoBarViewDelegate* delegate) override NS_RETURNS_RETAINED;
SigninResourcesProvider* GetSigninResourcesProvider() override;
void SetChromeIdentityServiceForTesting(
std::unique_ptr<ChromeIdentityService> service) override;

Powered by Google App Engine
This is Rietveld 408576698