Index: content/browser/frame_host/navigation_entry_impl.h |
diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h |
index d54d1def9f25e63ca2a5c390c5a04ed1572f1047..ff840331a1f677df244d8b6587cc1e9f04dd43d7 100644 |
--- a/content/browser/frame_host/navigation_entry_impl.h |
+++ b/content/browser/frame_host/navigation_entry_impl.h |
@@ -101,8 +101,7 @@ class CONTENT_EXPORT NavigationEntryImpl |
PageState GetPageState() const override; |
void SetPageID(int page_id) override; |
int32_t GetPageID() const override; |
- const base::string16& GetTitleForDisplay( |
- const std::string& languages) const override; |
+ const base::string16& GetTitleForDisplay() const override; |
bool IsViewSourceMode() const override; |
void SetTransitionType(ui::PageTransition transition_type) override; |
ui::PageTransition GetTransitionType() const override; |