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 |