Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(970)

Unified Diff: content/shell/paths_mac.h

Issue 9835062: Mac content shell: Set up resources properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/paths_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/paths_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698