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

Unified Diff: content/common/plugin_carbon_interpose_constants_mac.cc

Issue 7714018: Give plug-in processes an executable heap and disable PIE/ASLR for Native (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « content/common/child_process_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_carbon_interpose_constants_mac.cc
===================================================================
--- content/common/plugin_carbon_interpose_constants_mac.cc (revision 97969)
+++ content/common/plugin_carbon_interpose_constants_mac.cc (working copy)
@@ -10,7 +10,7 @@
const char kDYLDInsertLibrariesKey[] = "DYLD_INSERT_LIBRARIES";
const char kInterposeLibraryPath[] =
- "@executable_path/libplugin_carbon_interpose.dylib";
+ "@executable_path/../../../libplugin_carbon_interpose.dylib";
} // namespace plugin_interpose_strings
« no previous file with comments | « content/common/child_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698