summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_carbon_interpose_constants_mac.h
blob: 321dd8474a2865cb1473eddefdefd955ba5a663a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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_

#if !defined(__LP64__)

// 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  // !__LP64__

#endif  // CHROME_BROWSER_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_