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

Unified Diff: components/variations/service/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: Implemented the rest TODOs: pulling time from response and GZIP compressed seed support 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
Index: components/variations/service/variations_service_client.h
diff --git a/components/variations/service/variations_service_client.h b/components/variations/service/variations_service_client.h
index fabaee8340a55998bfe85529605dbd684f6e54b8..b3758a64b37bdd3eaf3509b0f0b5ce49214e3f9f 100644
--- a/components/variations/service/variations_service_client.h
+++ b/components/variations/service/variations_service_client.h
@@ -10,7 +10,6 @@
#include "base/callback.h"
#include "base/strings/string16.h"
#include "base/version.h"
-#include "components/variations/variations_seed_store.h"
#include "components/version_info/version_info.h"
namespace base {
@@ -60,10 +59,6 @@ class VariationsServiceClient {
// Called from VariationsService::PerformPreMainMessageLoopStartup().
virtual void OnInitialStartup() {}
-
- // Get callback for pulling variations first run seed from Java applicaton
- // in Chrome for Android.
- virtual VariationsFirstRunSeedCallback GetVariationsFirstRunSeedCallback();
};
} // namespace variations

Powered by Google App Engine
This is Rietveld 408576698