Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c8d5ec2a913a8ded46ef31e62c3e5950b763cc2d..d87d92e270d7a1587b5bf039788a53a9e48b0173 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1447,6 +1447,9 @@ const char kEnterpriseEnrollmentInitialModulus[] = |
const char kEnterpriseEnrollmentModulusLimit[] = |
"enterprise-enrollment-modulus-limit"; |
+// Enables overriding the Chrome OS board type when running on Linux. |
+const char kChromeOSReleaseBoard[] = "chromeos-release-board"; |
+ |
#ifndef NDEBUG |
// Skips all other OOBE pages after user login. |
const char kOobeSkipPostLogin[] = "oobe-skip-postlogin"; |