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

Unified Diff: ios/public/provider/chrome/browser/omaha/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
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/omaha/omaha_service_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/omaha/omaha_service_provider.h
diff --git a/ios/public/provider/chrome/browser/omaha/omaha_service_provider.h b/ios/public/provider/chrome/browser/omaha/omaha_service_provider.h
index 7dd2e767efc63e8bd6ec824752c426d1a8c478f3..e37b1898b7b0c2b7d20ccf1af6ddcd37c06acc2c 100644
--- a/ios/public/provider/chrome/browser/omaha/omaha_service_provider.h
+++ b/ios/public/provider/chrome/browser/omaha/omaha_service_provider.h
@@ -19,6 +19,9 @@ class OmahaServiceProvider {
OmahaServiceProvider();
virtual ~OmahaServiceProvider();
+ // Initializes the provider. This method will be called on the UI thread.
+ virtual void Initialize();
+
// Returns the URL to use for update checks.
virtual GURL GetUpdateServerURL() const;
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/omaha/omaha_service_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698