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

Unified Diff: chrome/browser/extensions/updater/chrome_update_client_config.h

Issue 2873533002: Prepare to abstract PersistedData by making it part of the configurator.
Patch Set: Really fix a compile error in iOS component configurator this time. Created 3 years, 7 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: chrome/browser/extensions/updater/chrome_update_client_config.h
diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.h b/chrome/browser/extensions/updater/chrome_update_client_config.h
index 6ecb7d3615a2caf8924c86e41aff3da7282c9c5e..573448b21f2a5c744df4e0ffc0a55550ae7be546 100644
--- a/chrome/browser/extensions/updater/chrome_update_client_config.h
+++ b/chrome/browser/extensions/updater/chrome_update_client_config.h
@@ -46,6 +46,7 @@ class ChromeUpdateClientConfig : public UpdateClientConfig {
bool EnabledCupSigning() const override;
PrefService* GetPrefService() const override;
bool IsPerUserInstall() const override;
+ update_client::PersistedData* CreateMetadata() const override;
waffles 2017/05/12 17:33:34 Can we return a unique_ptr instead?
Minh X. Nguyen 2017/05/14 23:57:22 Done.
protected:
friend class base::RefCountedThreadSafe<ChromeUpdateClientConfig>;

Powered by Google App Engine
This is Rietveld 408576698