Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index e9d841f4afbeab412725d9c4e6404e895cf40eae..771b3223046fddf54181d86b9e790794cd2ed206 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -346,6 +346,13 @@ 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: |