Index: trunk/src/chrome/common/chrome_constants.h |
=================================================================== |
--- trunk/src/chrome/common/chrome_constants.h (revision 197968) |
+++ trunk/src/chrome/common/chrome_constants.h (working copy) |
@@ -93,6 +93,14 @@ |
// directory names |
extern const wchar_t kUserDataDirname[]; |
+#if defined(OS_CHROMEOS) |
+extern const base::FilePath::CharType kDriveCacheDirname[]; |
+extern const char kOemDeviceRequisitionKey[]; |
+extern const char kOemIsEnterpriseManagedKey[]; |
+extern const char kOemCanExitEnterpriseEnrollmentKey[]; |
+extern const char kOemKeyboardDrivenOobeKey[]; |
+#endif // defined(OS_CHROMEOS) |
+ |
extern const bool kRecordModeEnabled; |
// The language code used when the language of a page could not be detected. |
Property changes on: trunk/src/chrome/common/chrome_constants.h |
___________________________________________________________________ |
Deleted: svn:mergeinfo |