Commit 69c87ac5 authored by husky@chromium.org's avatar husky@chromium.org

Fix link error when safe browsing is disabled.

This was breaking the 'chrome-linux-redux' bot, which compiles Chrome
for Linux with the same flags we're using for the Android port.

BUG=None
TEST=Compiles


Review URL: http://codereview.chromium.org/9867002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129463 0039d316-1c4b-4281-b951-d872f2087c98
parent ed18c650
......@@ -67,7 +67,9 @@ void PurgeMemoryIOHelper::PurgeMemoryOnIOThread() {
PurgeMemory();
}
#if defined(ENABLE_SAFE_BROWSING)
safe_browsing_service_->PurgeMemory();
#endif
}
// -----------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment