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

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

Issue 2593993002: Remove ChromeBrowserProvider::GetLiveTabContextProvider() method. (Closed)
Patch Set: Rebase and fix "gn check". Created 3 years, 12 months 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 8b402569699422a2054c992e13542c7b870519a2..48e8e78ff8684b3b61928bc365fc2cd0d284ee4b 100644
--- a/ios/public/provider/chrome/browser/test_chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/test_chrome_browser_provider.h
@@ -26,7 +26,6 @@ class TestChromeBrowserProvider : public ChromeBrowserProvider {
void SetChromeIdentityServiceForTesting(
std::unique_ptr<ChromeIdentityService> service) override;
ChromeIdentityService* GetChromeIdentityService() override;
- LiveTabContextProvider* GetLiveTabContextProvider() override;
UITextField<TextFieldStyling>* CreateStyledTextField(
CGRect frame) const override NS_RETURNS_RETAINED;
VoiceSearchProvider* GetVoiceSearchProvider() const override;
@@ -44,7 +43,6 @@ class TestChromeBrowserProvider : public ChromeBrowserProvider {
std::unique_ptr<AppDistributionProvider> app_distribution_provider_;
std::unique_ptr<BrandedImageProvider> branded_image_provider_;
std::unique_ptr<ChromeIdentityService> chrome_identity_service_;
- std::unique_ptr<LiveTabContextProvider> live_tab_context_provider_;
std::unique_ptr<OmahaServiceProvider> omaha_service_provider_;
std::unique_ptr<SigninResourcesProvider> signin_resources_provider_;
std::unique_ptr<VoiceSearchProvider> voice_search_provider_;

Powered by Google App Engine
This is Rietveld 408576698