Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1704)

Unified Diff: chrome/common/chrome_paths.cc

Issue 12811005: Fixing cdm build on Mac OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | third_party/widevine/cdm/widevine_cdm.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths.cc
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
index c9b6e2fe96378cd5e24bda4bf1d474c372667c29..c7238bd5a28386e5360a62cbe6a4375193d7739f 100644
--- a/chrome/common/chrome_paths.cc
+++ b/chrome/common/chrome_paths.cc
@@ -367,7 +367,7 @@ bool PathProvider(int key, base::FilePath* result) {
#endif
#if defined(WIDEVINE_CDM_AVAILABLE)
case chrome::FILE_WIDEVINE_CDM_PLUGIN:
- if (!PathService::Get(base::DIR_MODULE, &cur))
+ if (!GetInternalPluginsDirectory(&cur))
return false;
cur = cur.Append(kWidevineCdmPluginFileName);
break;
« no previous file with comments | « no previous file | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | third_party/widevine/cdm/widevine_cdm.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698