Index: app/app_paths.cc |
=================================================================== |
--- app/app_paths.cc (revision 46986) |
+++ app/app_paths.cc (working copy) |
@@ -56,7 +56,7 @@ |
#endif |
break; |
case app::FILE_RESOURCES_PAK: |
-#if defined(OS_LINUX) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) |
Evan Martin
2010/05/12 10:20:47
I think Mac uses pakfiles as well... why was this
Peter Valchev
2010/05/12 23:05:13
I think it didn't find the pak file, this makes it
|
if (!PathService::Get(base::DIR_EXE, &cur)) |
return false; |
// TODO(tony): We shouldn't be referencing chrome here. |