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..4ce7aeae6b971196b49cbaecf6d4b7ea7fc71554 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 AddPageNoVisitForBookmark(const GURL& url); |
// Indexing ------------------------------------------------------------------ |