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

Unified Diff: components/variations/variations_service_client.h

Issue 1297193002: Move VariationsRegistrySyncerWin to ChromeVariationsServiceClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build harder Created 5 years, 4 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: components/variations/variations_service_client.h
diff --git a/components/variations/variations_service_client.h b/components/variations/variations_service_client.h
index 3957071805b05d142e586b90a1078e6a85b2755c..c5caa732743ed035393440125f632057e569fe29 100644
--- a/components/variations/variations_service_client.h
+++ b/components/variations/variations_service_client.h
@@ -17,6 +17,9 @@ class VariationsServiceClient {
// Returns the current application locale (e.g. "en-US").
virtual std::string GetApplicationLocale() = 0;
+
+ // Called from VariationsService::PerformInitialStartup().
+ virtual void OnInitialStartup() {}
};
} // namespace chrome_variations

Powered by Google App Engine
This is Rietveld 408576698