summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-02 19:57:14 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-02 19:57:14 +0000
commitdd014174d9aa03ce2ffca764653319f1ac2b1960 (patch)
treef9a36c8892e9cdc68c4d6eba378fe491eca2b1a1 /chrome/common
parent8a3a343e03f631528c98191528a603f7817a0254 (diff)
downloadchromium_src-dd014174d9aa03ce2ffca764653319f1ac2b1960.zip
chromium_src-dd014174d9aa03ce2ffca764653319f1ac2b1960.tar.gz
chromium_src-dd014174d9aa03ce2ffca764653319f1ac2b1960.tar.bz2
[chromeos] Remove dependencies of StatisticsProvider on chrome.
BUG=180711 R=davemoore@google.com Review URL: https://codereview.chromium.org/14643006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_constants.cc8
-rw-r--r--chrome/common/chrome_constants.h8
2 files changed, 0 insertions, 16 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index d10d18a..2fd39d7 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,
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 0730cca..513ea8d 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.