Index: chrome/browser/history/history_backend.h |
=================================================================== |
--- chrome/browser/history/history_backend.h (revision 111352) |
+++ chrome/browser/history/history_backend.h (working copy) |
@@ -283,6 +283,9 @@ |
// Generic operations -------------------------------------------------------- |
+ // Returns our database if it has been set, otherwise NULL. |
+ URLDatabase* database() { return db_.get(); } |
+ |
void ProcessDBTask(scoped_refptr<HistoryDBTaskRequest> request); |
virtual bool GetAllTypedURLs(std::vector<history::URLRow>* urls); |