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

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

Issue 800263002: Added incident report for variations seed signature mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: analyze on UI thread to access variations service Created 6 years 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 484069f7fb19fc072f1b9ae9d6b7527c48ab9553..07d67c931696d471972b0ae5acc66490aa9be513 100644
--- a/chrome/browser/metrics/variations/variations_service.h
+++ b/chrome/browser/metrics/variations/variations_service.h
@@ -133,6 +133,11 @@ 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.

Powered by Google App Engine
This is Rietveld 408576698