diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 23:04:17 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 23:04:17 +0000 |
commit | 4bcd82a66d66daf2d6039182669b4d2d915acff9 (patch) | |
tree | 74b2d465eb42eef6e44284423a36040c9354568d /chrome | |
parent | 019d835068b6fa120e0039bba8c5c089dfba7a88 (diff) | |
download | chromium_src-4bcd82a66d66daf2d6039182669b4d2d915acff9.zip chromium_src-4bcd82a66d66daf2d6039182669b4d2d915acff9.tar.gz chromium_src-4bcd82a66d66daf2d6039182669b4d2d915acff9.tar.bz2 |
Removes a method never implemented in HistoryDB.
BUG=none
TEST=none; this is just cleanup
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/history/history_database.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h index bb62db9..92c356d 100644 --- a/chrome/browser/history/history_database.h +++ b/chrome/browser/history/history_database.h @@ -152,9 +152,6 @@ class HistoryDatabase : public DownloadDatabase, // in on-demand (which causes lots of seeks). void PrimeCache(); - // Sets the fields of the supplied entry from the starred select statement. - void FillInStarredEntry(SQLStatement* s, StarredEntry* entry); - // Migration ----------------------------------------------------------------- // Makes sure the version is up-to-date, updating if necessary. If the |