Index: chrome/browser/metrics/variations/variations_service.h |
diff --git a/chrome/browser/metrics/variations/variations_service.h b/chrome/browser/metrics/variations/variations_service.h |
index effec59f1f3ff5f00ce87c7b944ce0ed0f869cb1..02933963c93a942bf6f2a11ee46710b198b2c98e 100644 |
--- a/chrome/browser/metrics/variations/variations_service.h |
+++ b/chrome/browser/metrics/variations/variations_service.h |
@@ -133,11 +133,6 @@ class VariationsService |
policy_pref_service_ = service; |
} |
- // Returns the invalid variations seed signature in base64 format, or an empty |
- // string if the signature was valid, missing, or if signature verification is |
- // disabled. |
- std::string GetInvalidVariationsSeedSignature() const; |
- |
protected: |
// Starts the fetching process once, where |OnURLFetchComplete| is called with |
// the response. |