| Index: content/browser/devtools/render_view_devtools_agent_host.h
|
| diff --git a/content/browser/devtools/render_view_devtools_agent_host.h b/content/browser/devtools/render_view_devtools_agent_host.h
|
| index 0fcb680a166eea700762016aeec0484a2f9bc645..089933cd10bda103a4382046b9ce91b55c51b31c 100644
|
| --- a/content/browser/devtools/render_view_devtools_agent_host.h
|
| +++ b/content/browser/devtools/render_view_devtools_agent_host.h
|
| @@ -79,9 +79,6 @@
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| virtual void DidAttachInterstitialPage() OVERRIDE;
|
| virtual void DidDetachInterstitialPage() OVERRIDE;
|
| - virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) OVERRIDE;
|
| - virtual void NavigationEntryCommitted(
|
| - const LoadCommittedDetails& load_details) OVERRIDE;
|
|
|
| // NotificationObserver overrides:
|
| virtual void Observe(int type,
|
|
|