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

Unified Diff: chrome/common/chrome_paths.h

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows build fix Created 7 years, 6 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.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 7775f3a497b16d754b1c6eec1066b9a414473713..a3b4dab382f75cbb5cec0cdaa4ac1eb034f8887a 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -79,10 +79,6 @@ enum {
// file.
FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
- FILE_NACL_HELPER, // Full path to Linux nacl_helper executable.
- FILE_NACL_HELPER_BOOTSTRAP, // ... and nacl_helper_bootstrap executable.
-#endif
FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
DIR_PNACL_BASE, // Full path to the base dir for PNaCl.
DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version

Powered by Google App Engine
This is Rietveld 408576698