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

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

Issue 1438123002: Removed callbacks to JNI functions + added gzip compressed seed support & pulling response time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging this CL with master Created 5 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 | 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 d38b17077005a32b7d1d19231e53c230c989a4ec..2b84c84ad83dd4bf3de8ec6b68b310123dc05f16 100644
--- a/chrome/browser/metrics/variations/chrome_variations_service_client.h
+++ b/chrome/browser/metrics/variations/chrome_variations_service_client.h
@@ -8,9 +8,7 @@
#include <string>
#include "base/basictypes.h"
-#include "base/bind.h"
#include "components/variations/service/variations_service_client.h"
-#include "components/variations/variations_seed_store.h"
#if defined(OS_WIN)
#include "chrome/browser/metrics/variations/variations_registry_syncer_win.h"
@@ -34,8 +32,6 @@ class ChromeVariationsServiceClient
version_info::Channel GetChannel() override;
bool OverridesRestrictParameter(std::string* parameter) override;
void OnInitialStartup() override;
- variations::VariationsFirstRunSeedCallback GetVariationsFirstRunSeedCallback()
- override;
private:
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/metrics/variations/chrome_variations_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698