diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 22:20:41 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 22:20:41 +0000 |
commit | 69211e8c01a4aacd8f8b5afd61b3d2267460dfa8 (patch) | |
tree | a1f2a24c2b8caa5e174cc68bb34dc9c0742a5000 /content/common/plugin_carbon_interpose_constants_mac.cc | |
parent | 744ec5b2c97bf4e54526dfca4a9f2052cdd7c324 (diff) | |
download | chromium_src-69211e8c01a4aacd8f8b5afd61b3d2267460dfa8.zip chromium_src-69211e8c01a4aacd8f8b5afd61b3d2267460dfa8.tar.gz chromium_src-69211e8c01a4aacd8f8b5afd61b3d2267460dfa8.tar.bz2 |
Get the path of the plugin interposing library from the embedder, since they're the ones who bundle it. Make content still work without it. This allows plugins to work inside content_shell.
BUG=90448
Review URL: https://chromiumcodereview.appspot.com/10806075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147965 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/plugin_carbon_interpose_constants_mac.cc')
-rw-r--r-- | content/common/plugin_carbon_interpose_constants_mac.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/common/plugin_carbon_interpose_constants_mac.cc b/content/common/plugin_carbon_interpose_constants_mac.cc index 2ff5dd0..ae7b43c 100644 --- a/content/common/plugin_carbon_interpose_constants_mac.cc +++ b/content/common/plugin_carbon_interpose_constants_mac.cc @@ -9,8 +9,6 @@ namespace plugin_interpose_strings { const char kDYLDInsertLibrariesKey[] = "DYLD_INSERT_LIBRARIES"; -const char kInterposeLibraryPath[] = - "@executable_path/../../../libplugin_carbon_interpose.dylib"; } // namespace plugin_interpose_strings |