Set up the resource bundle on Windows

This commit is contained in:
Adam Roben 2013-05-22 11:40:43 -04:00
parent 3713ea6403
commit f2909b0d90
3 changed files with 25 additions and 11 deletions

View file

@ -34,8 +34,9 @@ protected:
virtual void PreSandboxStartup() OVERRIDE;
private:
#if defined(OS_MACOSX)
void InitializeResourceBundle();
#if defined(OS_MACOSX)
static base::FilePath GetResourcesPakFilePath();
static void OverrideChildProcessPath();
static void OverrideFrameworkBundlePath();
#endif