Refactor WebsiteSettings to operate on a SecurityInfo
[chromium-blink-merge.git] / chrome / browser / safe_browsing / incident_reporting / environment_data_collection.h
blobe8dfb8faddf574f7582b95ef485dd6361a0630ab
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.
5 #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECTION_H_
6 #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECTION_H_
8 namespace safe_browsing {
10 class ClientIncidentReport_EnvironmentData;
12 // Populates |data| with information about the chrome process and the
13 // environment in which it is running.
14 void CollectEnvironmentData(ClientIncidentReport_EnvironmentData* data);
16 } // namespace safe_browsing
18 #endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECTION_H_