Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index 2ac332403928ee6f4e431220c8483203e2028bc7..46f8948bdff8187fba08f9e58b4f08538cc0e9e7 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -220,14 +220,6 @@ bool PathProvider(int key, FilePath* result) { |
if (!GetInternalPluginsDirectory(&cur)) |
return false; |
break; |
- case chrome::DIR_MEDIA_LIBS: |
-#if defined(OS_MACOSX) |
- *result = base::mac::FrameworkBundlePath(); |
- *result = result->Append("Libraries"); |
- return true; |
-#else |
- return PathService::Get(chrome::DIR_APP, result); |
-#endif |
case chrome::DIR_PEPPER_FLASH_PLUGIN: |
if (!GetInternalPluginsDirectory(&cur)) |
return false; |