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

Unified Diff: chrome/common/plugin_carbon_interpose_constants_mac.h

Issue 164100: Set up a interposing library for Carbon calls made by plugins. (Closed)
Patch Set: Review comments and files that were lost in the move Created 11 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 | « chrome/chrome.gyp ('k') | chrome/common/plugin_carbon_interpose_constants_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/plugin_carbon_interpose_constants_mac.h
diff --git a/chrome/common/plugin_carbon_interpose_constants_mac.h b/chrome/common/plugin_carbon_interpose_constants_mac.h
new file mode 100644
index 0000000000000000000000000000000000000000..f90085f58c493c02880ec339273b1aecb1f9b296
--- /dev/null
+++ b/chrome/common/plugin_carbon_interpose_constants_mac.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
+#define CHROME_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
+
+// Strings used in setting up Carbon interposing for the plugin process.
+namespace plugin_interpose_strings {
+
+extern const char kDYLDInsertLibrariesKey[];
+extern const char kInterposeLibraryPath[];
+
+} // namespace plugin_interpose_strings
+
+#endif // CHROME_BROWSER_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/plugin_carbon_interpose_constants_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698