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

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

Issue 646733002: Added incident report for variations seed signature mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Responded to comments. Created 6 years, 2 months 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: 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 108d621dbde88993ef1fd273fd7d5a3b7d5c0ce5..8c4d795047c831119312fa1d9588f750a4eb9721 100644
--- a/chrome/browser/metrics/variations/variations_service.h
+++ b/chrome/browser/metrics/variations/variations_service.h
@@ -133,6 +133,10 @@ class VariationsService
policy_pref_service_ = service;
}
+ // Returns true if the variations seed signature is invalid, in which case
+ // it also sets invalid_signature to that value.
+ bool IsVariationsSeedSignatureInvalid(std::string* invalid_signature) const;
Alexei Svitkine (slow) 2014/10/14 18:15:06 Would it also make sense to log the seed signature
Georges Khalil 2014/10/15 14:41:47 It could be interesting eventually. For now, we'll
+
protected:
// Starts the fetching process once, where |OnURLFetchComplete| is called with
// the response.

Powered by Google App Engine
This is Rietveld 408576698