Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index 2ac332403928ee6f4e431220c8483203e2028bc7..a15405939dccc1847e5067c1120d5fcc88eb8d5e 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -265,9 +265,7 @@ bool PathProvider(int key, FilePath* result) { |
return false; |
cur = cur.Append(kInternalNaClPluginFileName); |
break; |
- case chrome::FILE_PNACL_COMPONENT: |
- // TODO(jvoung): Do we want a default value or just the ability to |
- // override immediately when testing on bots to avoid race conditions? |
+ case chrome::DIR_PNACL_COMPONENT: |
return false; |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
case chrome::FILE_NACL_HELPER: |