| 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..cea9665b55a21b541b636862a6f970de541d48c6 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 addresses
|
| +// in 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
|
|
|