Replace IdleNotification calls with IdleNotificationDeadline
[chromium-blink-merge.git] / content / shell / app / paths_mac.h
blobbbb8361bd2802f4ebb8d597a650517a5d52e2955
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_SHELL_APP_PATHS_MAC_H_
6 #define CONTENT_SHELL_APP_PATHS_MAC_H_
8 namespace base {
9 class FilePath;
12 // Sets up base::mac::FrameworkBundle.
13 void OverrideFrameworkBundlePath();
15 // Sets up the CHILD_PROCESS_EXE path to properly point to the helper app.
16 void OverrideChildProcessPath();
18 // Gets the path to the content shell's pak file.
19 base::FilePath GetResourcesPakFilePath();
21 // Gets the path to content shell's Info.plist file.
22 base::FilePath GetInfoPlistPath();
24 #endif // CONTENT_SHELL_APP_PATHS_MAC_H_