summaryrefslogtreecommitdiffstats
path: root/base/mac_util.h
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:05:40 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:05:40 +0000
commit480e1292b1020e47ab9486d4a0f3b1f0f2ddec81 (patch)
tree9a6e068ce40e673f23ade5f13f1ff0d79ea3800d /base/mac_util.h
parentce221d9f025d58085395cb8b66e68ce45d941fac (diff)
downloadchromium_src-480e1292b1020e47ab9486d4a0f3b1f0f2ddec81.zip
chromium_src-480e1292b1020e47ab9486d4a0f3b1f0f2ddec81.tar.gz
chromium_src-480e1292b1020e47ab9486d4a0f3b1f0f2ddec81.tar.bz2
Load the Ahem font from the source tree when not running bundled, for
test_shell_tests. Review URL: http://codereview.chromium.org/13719 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6738 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac_util.h')
-rw-r--r--base/mac_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/mac_util.h b/base/mac_util.h
index 47ec6b6..a6c81fa 100644
--- a/base/mac_util.h
+++ b/base/mac_util.h
@@ -14,6 +14,9 @@ namespace mac_util {
std::string PathFromFSRef(const FSRef& ref);
bool FSRefFromPath(const std::string& path, FSRef* ref);
+// Returns true if the application is running from a bundle
+bool AmIBundled();
+
} // namespace mac_util
#endif // BASE_MAC_UTIL_H_