| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index acd7f50b2fec132301dd07cb06cf7b71ffc0e185..9ccf87e948c817a8691a6456c9442c895aae15ce 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -370,13 +370,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:
|
|
|