Chromium Code Reviews| Index: chrome/browser/chromeos/settings/cros_settings_names.cc |
| diff --git a/chrome/browser/chromeos/settings/cros_settings_names.cc b/chrome/browser/chromeos/settings/cros_settings_names.cc |
| index 0468c6cd96367eb1e5c3b67b0e9e6fd137dbca16..96a046bc344840ffd05f0415b3e08852504dcb9b 100644 |
| --- a/chrome/browser/chromeos/settings/cros_settings_names.cc |
| +++ b/chrome/browser/chromeos/settings/cros_settings_names.cc |
| @@ -78,6 +78,11 @@ const char kReportDeviceBootMode[] = "cros.device_status.report_boot_mode"; |
| // along with device policy requests. |
| const char kReportDeviceLocation[] = "cros.device_status.report_location"; |
| +// Determines whether the device reports network interface types and address in |
|
pneubeck (no reviews)
2013/07/04 15:51:48
typeS and address[]
inconsistent cardinality.
Mattias Nissler (ping if slow)
2013/07/11 17:41:46
Done.
|
| +// device status reports to the device management server. |
| +const char kReportDeviceNetworkInterfaces[] = |
| + "cros.device_status.report_network_interfaces"; |
| + |
| // A list of dictionaries, each detailing one extension to install as part of |
| // the AppPack and including the following fields: |
| // "extension-id": ID of the extension to install |