Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index b8c27d6a6107efce86c69b83322f7a96cfa6ed03..e1b200fef7e162a9a17693b7d13d3295daeb99bd 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -121,6 +121,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
void AddPage(scoped_refptr<HistoryAddPageArgs> request); |
virtual void SetPageTitle(const GURL& url, const string16& title); |
+ void AddPageNoVisit(const GURL& url); |
// Indexing ------------------------------------------------------------------ |