diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 01:56:08 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 01:56:08 +0000 |
commit | f63881e697b09868c1ddcea92e8dba0681f68685 (patch) | |
tree | d69812cf851f135501579a589df9cbe5159fa5c5 /chrome/browser/profile.cc | |
parent | 82b1cd9fc88d353b541064e52c4ed408033a43cf (diff) | |
download | chromium_src-f63881e697b09868c1ddcea92e8dba0681f68685.zip chromium_src-f63881e697b09868c1ddcea92e8dba0681f68685.tar.gz chromium_src-f63881e697b09868c1ddcea92e8dba0681f68685.tar.bz2 |
Fix mac ui test valgrind.
this define should have been SPELLCHECKER_IN_RENDERER, but instead it was OS_LINUX, so I didn't notice it.
BUG=none
TEST=none
TBR=thestig
Review URL: http://codereview.chromium.org/414021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index fea876b..f522360 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -578,10 +578,8 @@ ProfileImpl::ProfileImpl(const FilePath& path) created_download_manager_(false), created_theme_provider_(false), start_time_(Time::Now()), -#if defined(OS_LINUX) spellcheck_host_(NULL), spellcheck_host_ready_(false), -#endif shutdown_session_service_(false) { DCHECK(!path.empty()) << "Using an empty path will attempt to write " << "profile files to the root directory!"; |