Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: chrome/browser/chromeos/settings/cros_settings_names.cc

Issue 18348016: If requested, report network interfaces to management server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698