| Index: content/shell/paths_mac.h
|
| diff --git a/content/shell/paths_mac.h b/content/shell/paths_mac.h
|
| index 2f8625fadbab10c550f64e475dc9bb1614844abb..b981dfe8ce1372f4a24aae3e0282cbc25c8f2f05 100644
|
| --- a/content/shell/paths_mac.h
|
| +++ b/content/shell/paths_mac.h
|
| @@ -6,10 +6,15 @@
|
| #define CONTENT_SHELL_PATHS_MAC_H_
|
| #pragma once
|
|
|
| +#include "base/file_path.h"
|
| +
|
| // Sets up base::mac::FrameworkBundle.
|
| void OverrideFrameworkBundlePath();
|
|
|
| // Sets up the CHILD_PROCESS_EXE path to properly point to the helper app.
|
| void OverrideChildProcessPath();
|
|
|
| +// Gets the path to the content shell's pak file.
|
| +FilePath GetResourcesPakFilePath();
|
| +
|
| #endif // CONTENT_SHELL_PATHS_MAC_H_
|
|
|