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

Unified Diff: chrome/browser/metrics/variations/chrome_variations_service_client.h

Issue 2465003002: Removing Variations support for google_update_experiment_id. (Closed)
Patch Set: Fix typo. 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/metrics/variations/chrome_variations_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/variations/chrome_variations_service_client.h
diff --git a/chrome/browser/metrics/variations/chrome_variations_service_client.h b/chrome/browser/metrics/variations/chrome_variations_service_client.h
index e9b8890c97976f938100d4989127870b4769d6bf..38b76981174f80c3ce723fc0b1eace6ca4fa94f1 100644
--- a/chrome/browser/metrics/variations/chrome_variations_service_client.h
+++ b/chrome/browser/metrics/variations/chrome_variations_service_client.h
@@ -11,10 +11,6 @@
#include "build/build_config.h"
#include "components/variations/service/variations_service_client.h"
-#if defined(OS_WIN)
-#include "chrome/browser/metrics/variations/variations_registry_syncer_win.h"
-#endif
-
// ChromeVariationsServiceClient provides an implementation of
// VariationsServiceClient that depends on chrome/.
class ChromeVariationsServiceClient
@@ -34,15 +30,6 @@ class ChromeVariationsServiceClient
bool OverridesRestrictParameter(std::string* parameter) override;
void OnInitialStartup() override;
- private:
-#if defined(OS_WIN)
- // Starts syncing Google Update Variation IDs with the registry.
- void StartGoogleUpdateRegistrySync();
-
- // Helper that handles synchronizing Variations with the Registry.
- chrome_variations::VariationsRegistrySyncer registry_syncer_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(ChromeVariationsServiceClient);
};
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/metrics/variations/chrome_variations_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698