| Index: components/history/core/browser/history_backend.h
|
| diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
|
| index 45d261e8a82bda017902843ca82681aa4dea65ae..7e6d0d233f2fa87d2d321dbe925ae8d9ea76db77 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -200,6 +200,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| // |request.time| must be unique with high probability.
|
| void AddPage(const HistoryAddPageArgs& request);
|
| virtual void SetPageTitle(const GURL& url, const base::string16& title);
|
| + virtual void SetPageHistoryContext(const GURL& url, HistoryContext context);
|
| void AddPageNoVisitForBookmark(const GURL& url, const base::string16& title);
|
| void UpdateWithPageEndTime(ContextID context_id,
|
| int nav_entry_id,
|
|
|