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

Side by Side Diff: chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_analyzer.h

Issue 646733002: Added incident report for variations seed signature mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_VARIATIONS_SEED_SIGNATUR E_ANALYZER_H_
6 #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_VARIATIONS_SEED_SIGNATUR E_ANALYZER_H_
7
8 #include <vector>
grt (UTC plus 2) 2014/10/14 01:28:30 unused
Georges Khalil 2014/10/14 13:51:10 Done.
9
10 #include "base/strings/string16.h"
11 #include "chrome/browser/safe_browsing/incident_reporting/add_incident_callback. h"
12
13 namespace safe_browsing {
14
15 // Registers a process-wide analysis with the incident reporting service that
16 // will verify the variations seed signature.
17 void RegisterVariationsSeedSignatureAnalysis();
18
19 // Callback to pass to the incident reporting service. The incident reporting
20 // service will verify if the variations seed signature is invalid.
21 void VerifyVariationsSeedSignature(const AddIncidentCallback& callback);
22
23 } // namespace safe_browsing
24
25 #endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_VARIATIONS_SEED_SIGNA TURE_ANALYZER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698