summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorjdufault <jdufault@chromium.org>2015-07-06 12:52:10 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-06 19:53:34 +0000
commit245fb8047de356945a811cc054cb7462a69af765 (patch)
tree17efb53f690c974c720690348d2dcb9651f5db3b /chromeos
parent6d1e7af019ba88e38b267ab61b6536976f84fc61 (diff)
downloadchromium_src-245fb8047de356945a811cc054cb7462a69af765.zip
chromium_src-245fb8047de356945a811cc054cb7462a69af765.tar.gz
chromium_src-245fb8047de356945a811cc054cb7462a69af765.tar.bz2
Use the correct lsb key when fetching the CrOS device type.
This fixes a typo where the wrong key was used. The data is exposed under a different key. BUG=341356 Review URL: https://codereview.chromium.org/1220253007 Cr-Commit-Position: refs/heads/master@{#337452}
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/system/devicetype.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/system/devicetype.cc b/chromeos/system/devicetype.cc
index c99ddf4..18369d4 100644
--- a/chromeos/system/devicetype.cc
+++ b/chromeos/system/devicetype.cc
@@ -11,7 +11,7 @@
namespace chromeos {
namespace {
-const char kDeviceType[] = "CHROMEOS_DEVICE_TYPE";
+const char kDeviceType[] = "DEVICETYPE";
}
DeviceType GetDeviceType() {