summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/text_database_manager.h
diff options
context:
space:
mode:
authordumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-14 20:54:59 +0000
committerdumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-14 20:54:59 +0000
commit14593524ba43e80db1c842df87026d0194ff823d (patch)
treecefc35eb8a1bdef0ca4789b9cf9bdf1a2f43e7fc /chrome/browser/history/text_database_manager.h
parentd8f977430b5e85b8489f7c39afc0afad06892672 (diff)
downloadchromium_src-14593524ba43e80db1c842df87026d0194ff823d.zip
chromium_src-14593524ba43e80db1c842df87026d0194ff823d.tar.gz
chromium_src-14593524ba43e80db1c842df87026d0194ff823d.tar.bz2
Remove old history index files.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2762012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/text_database_manager.h')
-rw-r--r--chrome/browser/history/text_database_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/history/text_database_manager.h b/chrome/browser/history/text_database_manager.h
index b4179a5..c84d423 100644
--- a/chrome/browser/history/text_database_manager.h
+++ b/chrome/browser/history/text_database_manager.h
@@ -82,6 +82,9 @@ class TextDatabaseManager {
// functions should be called.
bool Init(const HistoryPublisher* history_publisher);
+ // Returns the directory that holds the full text database files.
+ const FilePath& GetDir() { return dir_; }
+
// Allows scoping updates. This also allows things to go faster since every
// page add doesn't need to be committed to disk (slow). Note that files will
// still get created during a transaction.