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

Unified Diff: chrome/browser/nacl_host/nacl_browser.cc

Issue 11275326: Change the names of the NaCl IRT files to solve ChromeOS packaging issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/nacl_browser.cc
===================================================================
--- chrome/browser/nacl_host/nacl_browser.cc (revision 167629)
+++ chrome/browser/nacl_host/nacl_browser.cc (working copy)
@@ -39,9 +39,9 @@
FilePath::StringType irt_name;
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableNaClSRPCProxy))
+ irt_name.append(FILE_PATH_LITERAL("nacl_irt_srpc_"));
+ else
irt_name.append(FILE_PATH_LITERAL("nacl_irt_"));
- else
- irt_name.append(FILE_PATH_LITERAL("nacl_ipc_irt_"));
#if defined(ARCH_CPU_X86_FAMILY)
#if defined(ARCH_CPU_X86_64)
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698