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

Side by Side Diff: content/common/plugin_carbon_interpose_constants_mac.h

Issue 10806075: Get the path of the plugin interposing library from the embedder, since they're the ones who bundle… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_ 5 #ifndef CONTENT_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
6 #define CONTENT_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_ 6 #define CONTENT_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
7 7
8 #if !defined(__LP64__) 8 #if !defined(__LP64__)
9 9
10 // Strings used in setting up Carbon interposing for the plugin process. 10 // Strings used in setting up Carbon interposing for the plugin process.
11 namespace plugin_interpose_strings { 11 namespace plugin_interpose_strings {
12 12
13 extern const char kDYLDInsertLibrariesKey[]; 13 extern const char kDYLDInsertLibrariesKey[];
14 extern const char kInterposeLibraryPath[];
15 14
16 } // namespace plugin_interpose_strings 15 } // namespace plugin_interpose_strings
17 16
18 #endif // !__LP64__ 17 #endif // !__LP64__
19 18
20 #endif // CONTENT_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_ 19 #endif // CONTENT_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
OLDNEW
« no previous file with comments | « content/browser/plugin_process_host.cc ('k') | content/common/plugin_carbon_interpose_constants_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698