diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 18:37:51 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 18:37:51 +0000 |
commit | 23f77116cafe9a88819b60c7606453ae0db8f35d (patch) | |
tree | aacf7537fca0c887449f46980b992bf26f107d38 /chrome/test/reliability/page_load_test.cc | |
parent | ef42e30fbfcd6db1c2a5ed77818db2329b5bd1a8 (diff) | |
download | chromium_src-23f77116cafe9a88819b60c7606453ae0db8f35d.zip chromium_src-23f77116cafe9a88819b60c7606453ae0db8f35d.tar.gz chromium_src-23f77116cafe9a88819b60c7606453ae0db8f35d.tar.bz2 |
More POSIX support for Chromium, consisting mostly of broadening ifdefs. This
patch cuts across modules, as there's only a handful necessary for each,
with the most in chrome/test/. ALSA is enabled on FreeBSD and Solaris, as
libasound has been ported to those two platforms, and I moved resolv.h in
host_resolver_proc.cc, because it depends on headers from sys_addrinfo.h on
FreeBSD.
Patch by ruben (chromium@hybridsource.org)
Review URL: http://codereview.chromium.org/6976055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/reliability/page_load_test.cc')
-rw-r--r-- | chrome/test/reliability/page_load_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc index e4c1161..a1ea486 100644 --- a/chrome/test/reliability/page_load_test.cc +++ b/chrome/test/reliability/page_load_test.cc @@ -193,7 +193,7 @@ class PageLoadTest : public UITest { file_info.reset( FileVersionInfo::CreateFileVersionInfo(FilePath(kChromeDll))); last_change = WideToASCII(file_info->last_change()); -#elif defined(OS_LINUX) || defined(OS_MACOSX) +#elif defined(OS_POSIX) // TODO(fmeawad): On Mac, the version retrieved here belongs to the test // module and not the chrome binary, need to be changed to chrome binary // instead. |