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

Unified Diff: chrome/common/chrome_constants.h

Issue 14643006: [chromeos] Remove dependencies of StatisticsProvider on chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 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
Index: chrome/common/chrome_constants.h
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 0730cca5da7b004a1c8344df632bef40590ebd61..513ea8d42c4a0e3f2497120278733c01ee178014 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -93,14 +93,6 @@ extern const base::FilePath::CharType kPepperFlashPluginFilename[];
// 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.

Powered by Google App Engine
This is Rietveld 408576698