| Index: chrome/browser/history/history_tab_helper.h
|
| diff --git a/chrome/browser/history/history_tab_helper.h b/chrome/browser/history/history_tab_helper.h
|
| index 2021e48e87d3e6cb37f8233314540a80bf00d00b..4d38f75a8771f741228ecc2864ce970fbad0e147 100644
|
| --- a/chrome/browser/history/history_tab_helper.h
|
| +++ b/chrome/browser/history/history_tab_helper.h
|
| @@ -50,6 +50,7 @@ class HistoryTabHelper : public content::WebContentsObserver,
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) override;
|
| void TitleWasSet(content::NavigationEntry* entry, bool explicit_set) override;
|
| + void SetHistoryContext(content::NavigationEntry* entry, int context) override;
|
| void WebContentsDestroyed() override;
|
|
|
| // Helper function to return the history service. May return NULL.
|
|
|