| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 0cdfbd40e108a5af2ade0be52b7be108abaec67c..c6523534f040e6a6859b477d023c34f1f3a1c107 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -364,13 +364,11 @@ bool PathProvider(int key, base::FilePath* result) {
|
| cur = cur.Append(kGTalkPluginFileName);
|
| break;
|
| #endif
|
| -#if defined(CLD2_IS_COMPONENT)
|
| case chrome::DIR_COMPONENT_CLD2:
|
| if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
| return false;
|
| cur = cur.Append(FILE_PATH_LITERAL("CLD"));
|
| break;
|
| -#endif // defined(CLD2_IS_COMPONENT)
|
| #if defined(WIDEVINE_CDM_AVAILABLE) && defined(ENABLE_PEPPER_CDMS)
|
| #if defined(WIDEVINE_CDM_IS_COMPONENT)
|
| case chrome::DIR_COMPONENT_WIDEVINE_CDM:
|
|
|