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

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

Issue 2482173002: [ios] Adds OmahaServiceProvider. (Closed)
Patch Set: XML 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/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 b1fb9b0a2685d91a0b8d9dc78dbb3da716a440c5..cfa4a2d0cc6ba461f27cdd16f3f8b46f46090efe 100644
--- a/ios/public/provider/chrome/browser/test_chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/test_chrome_browser_provider.h
@@ -31,10 +31,12 @@ class TestChromeBrowserProvider : public ChromeBrowserProvider {
NSArray* GetAvailableVoiceSearchLanguages() const override;
VoiceSearchProvider* GetVoiceSearchProvider() const override;
AppDistributionProvider* GetAppDistributionProvider() const override;
+ OmahaServiceProvider* GetOmahaServiceProvider() const override;
private:
std::unique_ptr<AppDistributionProvider> app_distribution_provider_;
std::unique_ptr<ChromeIdentityService> chrome_identity_service_;
+ std::unique_ptr<OmahaServiceProvider> omaha_service_provider_;
std::unique_ptr<UpdatableResourceProvider> updatable_resource_provider_;
std::unique_ptr<VoiceSearchProvider> voice_search_provider_;

Powered by Google App Engine
This is Rietveld 408576698