summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_paths.cc')
-rw-r--r--chrome/common/chrome_paths.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
index 3d194c5..6d4849e 100644
--- a/chrome/common/chrome_paths.cc
+++ b/chrome/common/chrome_paths.cc
@@ -379,21 +379,6 @@ bool PathProvider(int key, FilePath* result) {
#endif
break;
-#if defined(OS_MACOSX)
- case DIR_DEPRECATED_EXTERNAL_EXTENSIONS:
- // TODO(skerner): Reading external extensions from a file inside the
- // app budle causes several problems. Once users have a chance to
- // migrate, remove this path. crbug/67203
- if (!PathService::Get(base::DIR_EXE, &cur))
- return false;
-
- cur = cur.DirName();
- cur = cur.Append(FILE_PATH_LITERAL("Extensions"));
- create_dir = false;
-
- break;
-#endif
-
case chrome::DIR_DEFAULT_APPS:
#if defined(OS_MACOSX)
cur = base::mac::FrameworkBundlePath();