| Index: chromeos/chromeos_paths.cc
|
| diff --git a/chromeos/chromeos_paths.cc b/chromeos/chromeos_paths.cc
|
| index 58c4f20a41fff39836ad3e8531a390345b8e2e3b..22b56bb49ef87c9bc2a4b4a34abe110e02c736f0 100644
|
| --- a/chromeos/chromeos_paths.cc
|
| +++ b/chromeos/chromeos_paths.cc
|
| @@ -50,9 +50,6 @@ const base::FilePath::CharType kDeviceLocalAccountComponentPolicy[] =
|
| const base::FilePath::CharType kDeviceDisplayProfileDirectory[] =
|
| FILE_PATH_LITERAL("/var/cache/display_profiles");
|
|
|
| -const base::FilePath::CharType kDeviceColorProfileDirectory[] =
|
| - FILE_PATH_LITERAL("/usr/share/color/icc");
|
| -
|
| const base::FilePath::CharType kDeviceExtensionLocalCache[] =
|
| FILE_PATH_LITERAL("/var/cache/external_cache");
|
|
|
| @@ -91,9 +88,6 @@ bool PathProvider(int key, base::FilePath* result) {
|
| case DIR_DEVICE_DISPLAY_PROFILES:
|
| *result = base::FilePath(kDeviceDisplayProfileDirectory);
|
| break;
|
| - case DIR_DEVICE_COLOR_CALIBRATION_PROFILES:
|
| - *result = base::FilePath(kDeviceColorProfileDirectory);
|
| - break;
|
| case DIR_DEVICE_EXTENSION_LOCAL_CACHE:
|
| *result = base::FilePath(kDeviceExtensionLocalCache);
|
| break;
|
|
|