Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index d10d18ae2a6cc07c351a237dd0f17f2278105bf2..2fd39d74dbcec50d9780821bdcefc1f007063378 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -210,14 +210,6 @@ const base::FilePath::CharType kPepperFlashPluginFilename[] = |
// directory names |
const wchar_t kUserDataDirname[] = L"User Data"; |
-#if defined(OS_CHROMEOS) |
-const base::FilePath::CharType kDriveCacheDirname[] = FPL("GCache"); |
-const char kOemDeviceRequisitionKey[] = "oem_device_requisition"; |
-const char kOemIsEnterpriseManagedKey[] = "oem_enterprise_managed"; |
-const char kOemCanExitEnterpriseEnrollmentKey[] = "oem_can_exit_enrollment"; |
-const char kOemKeyboardDrivenOobeKey[] = "oem_keyboard_driven_oobe"; |
-#endif // defined(OS_CHROMEOS) |
- |
// We don't enable record mode in the released product because users could |
// potentially be tricked into running a product in record mode without |
// knowing it. Enable in debug builds. Playback mode is allowed always, |