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

Unified Diff: chrome/common/chrome_paths_internal.h

Issue 171040: add the InfoPlist.strings generation based on GRD strings.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « chrome/chrome.gyp ('k') | chrome/common/chrome_paths_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths_internal.h
===================================================================
--- chrome/common/chrome_paths_internal.h (revision 24091)
+++ chrome/common/chrome_paths_internal.h (working copy)
@@ -7,7 +7,7 @@
#include "build/build_config.h"
-class FilePath;
+#include "base/file_path.h"
namespace chrome {
@@ -29,6 +29,13 @@
// The path to the user's desktop.
bool GetUserDesktop(FilePath* result);
+#if defined(OS_MACOSX)
+// Retrieves the browser bundle path. It is only valid to call this from a
+// helper process, as it makes assumptions about the location of the enclosing
+// bundle on disk.
+FilePath GetBrowserBundlePath();
+#endif // defined(OS_MACOSX)
+
} // namespace chrome
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_paths_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698