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

Unified Diff: chrome/common/chrome_paths.cc

Issue 9158005: RFC: Add an interface for having the browser open a pnacl support file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, update for pnacl layout change Created 8 years, 10 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
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:

Powered by Google App Engine
This is Rietveld 408576698