Skip to content

Commit

Permalink
Use the correct lsb key when fetching the CrOS device type.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
jdufault authored and Commit bot committed Jul 6, 2015
1 parent 6d1e7af commit 245fb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos/system/devicetype.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace chromeos {

namespace {
const char kDeviceType[] = "CHROMEOS_DEVICE_TYPE";
const char kDeviceType[] = "DEVICETYPE";
}

DeviceType GetDeviceType() {
Expand Down

0 comments on commit 245fb80

Please sign in to comment.