1eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch// Copyright 2013 The Chromium Authors. All rights reserved.
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// found in the LICENSE file.
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#ifndef CONTENT_SHELL_APP_PATHS_MAC_H_
6eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#define CONTENT_SHELL_APP_PATHS_MAC_H_
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdochnamespace base {
9eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdochclass FilePath;
10eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch}
115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Sets up base::mac::FrameworkBundle.
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)void OverrideFrameworkBundlePath();
145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Sets up the CHILD_PROCESS_EXE path to properly point to the helper app.
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)void OverrideChildProcessPath();
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Gets the path to the content shell's pak file.
192a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)base::FilePath GetResourcesPakFilePath();
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch// Gets the path to content shell's Info.plist file.
22eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdochbase::FilePath GetInfoPlistPath();
23eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch
24eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#endif  // CONTENT_SHELL_APP_PATHS_MAC_H_
25