summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 21:09:54 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 21:09:54 +0000
commit961354ef6fe1260d978389cdcc107ad468908ba6 (patch)
tree1804c273a765e62b3ff225969f58d11b8b4235bb /chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
parent235f0e34406ee87a0daaeeff2ff420e39ec03753 (diff)
downloadchromium_src-961354ef6fe1260d978389cdcc107ad468908ba6.zip
chromium_src-961354ef6fe1260d978389cdcc107ad468908ba6.tar.gz
chromium_src-961354ef6fe1260d978389cdcc107ad468908ba6.tar.bz2
Clean up Safe Browsing code a little:
* Update copyrights. * Remove unnecessary headers. * Remove useless functions. * Make declaration and definition order match (in at least the _database_bloom.* files). * Eliminate database_perftest.cc, since it seems to have been disabled entirely since before the public launch, and looks like it's perhaps irrelevant to the current code design. BUG=none TEST=none Review URL: http://codereview.chromium.org/457019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_database_unittest.cc')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
index c8efc3d..3d244c0 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
@@ -82,7 +82,6 @@ namespace {
file_util::Delete(filename, false);
SafeBrowsingDatabase* database = SafeBrowsingDatabase::Create();
- database->SetSynchronous();
database->Init(filename, NULL);
return database;
@@ -1074,7 +1073,6 @@ void PeformUpdate(const std::wstring& initial_db,
}
SafeBrowsingDatabase* database = SafeBrowsingDatabase::Create();
- database->SetSynchronous();
database->Init(path, NULL);
Time before_time = Time::Now();