| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT
ION_WIN_H_ | 5 #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT
ION_WIN_H_ |
| 6 #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT
ION_WIN_H_ | 6 #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT
ION_WIN_H_ |
| 7 | 7 |
| 8 #include <windows.h> | 8 #include <windows.h> |
| 9 #include <stddef.h> |
| 9 | 10 |
| 10 namespace google { | 11 namespace google { |
| 11 namespace protobuf { | 12 namespace protobuf { |
| 12 template <typename T> | 13 template <typename T> |
| 13 class RepeatedPtrField; | 14 class RepeatedPtrField; |
| 14 } | 15 } |
| 15 } | 16 } |
| 16 | 17 |
| 17 namespace safe_browsing { | 18 namespace safe_browsing { |
| 18 | 19 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 ClientIncidentReport_EnvironmentData_OS_RegistryKey>* key_data); | 58 ClientIncidentReport_EnvironmentData_OS_RegistryKey>* key_data); |
| 58 | 59 |
| 59 // Populates |os_data| with information about the machine's domain enrollment | 60 // Populates |os_data| with information about the machine's domain enrollment |
| 60 // status. | 61 // status. |
| 61 void CollectDomainEnrollmentData( | 62 void CollectDomainEnrollmentData( |
| 62 ClientIncidentReport_EnvironmentData_OS* os_data); | 63 ClientIncidentReport_EnvironmentData_OS* os_data); |
| 63 | 64 |
| 64 } // namespace safe_browsing | 65 } // namespace safe_browsing |
| 65 | 66 |
| 66 #endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLL
ECTION_WIN_H_ | 67 #endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLL
ECTION_WIN_H_ |
| OLD | NEW |