Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: trunk/src/chrome/common/chrome_constants.h

Issue 14642018: Revert 197960 "[chromeos] Remove dependencies of StatisticsProvi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | trunk/src/chrome/common/chrome_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | trunk/src/chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698