diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 06:45:43 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 06:45:43 +0000 |
commit | b0544c44da65ac1a2b0654f97ec473c76176aea2 (patch) | |
tree | baa67ac64a2be7bd3e0bdae932ada206ee9d5991 /chrome/browser/safe_browsing/safe_browsing_store_sqlite.h | |
parent | 7af6806afc92098dbe8194195fa0607a9e6c7490 (diff) | |
download | chromium_src-b0544c44da65ac1a2b0654f97ec473c76176aea2.zip chromium_src-b0544c44da65ac1a2b0654f97ec473c76176aea2.tar.gz chromium_src-b0544c44da65ac1a2b0654f97ec473c76176aea2.tar.bz2 |
Revert "On-the-fly migration from SafeBrowsingStoreSqlite -> *File."
Broke the build. Sorry.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/669043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40607 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_store_sqlite.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_store_sqlite.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_store_sqlite.h b/chrome/browser/safe_browsing/safe_browsing_store_sqlite.h index e72073b..5e03d50 100644 --- a/chrome/browser/safe_browsing/safe_browsing_store_sqlite.h +++ b/chrome/browser/safe_browsing/safe_browsing_store_sqlite.h @@ -102,10 +102,6 @@ class SafeBrowsingStoreSqlite : public SafeBrowsingStore { } private: - // For on-the-fly migration. - // TODO(shess): Remove (entire class) after migration. - friend class SafeBrowsingStoreFile; - // The following routines return true on success, or false on // failure. Failure is presumed to be persistent, so the caller // should stop trying and unwind the transaction. |