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

Unified Diff: ios/public/provider/chrome/browser/omaha/test_omaha_service_provider.h

Issue 2500933002: [ios] Adds an Initialize() method to OmahaServiceProvider. (Closed)
Patch Set: Rebased. 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/omaha/test_omaha_service_provider.h
diff --git a/ios/public/provider/chrome/browser/omaha/test_omaha_service_provider.h b/ios/public/provider/chrome/browser/omaha/test_omaha_service_provider.h
index 78536529bd508c070e4a77dc300fb0b16c119bf4..4e28b608e924b87a6d6ba30f165a0e9f4b8e72bb 100644
--- a/ios/public/provider/chrome/browser/omaha/test_omaha_service_provider.h
+++ b/ios/public/provider/chrome/browser/omaha/test_omaha_service_provider.h
@@ -13,6 +13,7 @@ class TestOmahaServiceProvider : public OmahaServiceProvider {
~TestOmahaServiceProvider() override;
// OmahaServiceProvider.
+ void Initialize() override;
GURL GetUpdateServerURL() const override;
std::string GetApplicationID() const override;
std::string GetBrandCode() const override;

Powered by Google App Engine
This is Rietveld 408576698