diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:41:17 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:41:17 +0000 |
commit | e1aff17cad662fb0dd246ac72252e0572d6e6c72 (patch) | |
tree | 4a8800fd80326935ac5fc9253204e1ef9c3d200f /content/shell/paths_mac.h | |
parent | 32cb7fb9cd0dbeec93af0be818f1bdcb04a323b2 (diff) | |
download | chromium_src-e1aff17cad662fb0dd246ac72252e0572d6e6c72.zip chromium_src-e1aff17cad662fb0dd246ac72252e0572d6e6c72.tar.gz chromium_src-e1aff17cad662fb0dd246ac72252e0572d6e6c72.tar.bz2 |
Mac content shell: Set up framework path properly.
BUG=115784
TEST=none
Review URL: http://codereview.chromium.org/9826013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/paths_mac.h')
-rw-r--r-- | content/shell/paths_mac.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/shell/paths_mac.h b/content/shell/paths_mac.h new file mode 100644 index 0000000..2f8625f --- /dev/null +++ b/content/shell/paths_mac.h @@ -0,0 +1,15 @@ +// Copyright (c) 2012 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 CONTENT_SHELL_PATHS_MAC_H_ +#define CONTENT_SHELL_PATHS_MAC_H_ +#pragma once + +// Sets up base::mac::FrameworkBundle. +void OverrideFrameworkBundlePath(); + +// Sets up the CHILD_PROCESS_EXE path to properly point to the helper app. +void OverrideChildProcessPath(); + +#endif // CONTENT_SHELL_PATHS_MAC_H_ |