OLD | NEW |
---|---|
(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_FINCH_CONFIG_SIGNATURE_A NALYZER_H_ | |
6 #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_FINCH_CONFIG_SIGNATURE_A NALYZER_H_ | |
7 | |
8 #include <vector> | |
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 if the finch config signature was valid. | |
grt (UTC plus 2)
2014/10/10 17:45:42
"will verify the finch config signature."
Georges Khalil
2014/10/10 20:19:31
Done.
| |
17 void RegisterFinchConfigSignatureAnalysis(); | |
18 | |
19 } // namespace safe_browsing | |
20 | |
21 #endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_FINCH_CONFIG_SIGNATUR E_ANALYZER_H_ | |
OLD | NEW |