commit | cbb1ef59113ed769bb779553e68eafa7ec593852 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jun 05 19:49:46 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jun 05 19:49:46 2013 |
tree | 366cb8a021a0287ececd15c1193c65f8f0312863 | |
parent | dc00f4ffea2d2274b50671690580683ba1226f6b [diff] [blame] |
content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content BUG=170921 [email protected], [email protected] Review URL: https://codereview.chromium.org/16273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204320 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index a533ea1..1e62606 100644 --- a/content/browser/web_contents/web_contents_impl.h +++ b/content/browser/web_contents/web_contents_impl.h
@@ -716,6 +716,7 @@ void NotifySwapped(RenderViewHost* old_render_view_host); void NotifyConnected(); void NotifyDisconnected(); + void NotifyNavigationEntryCommitted(const LoadCommittedDetails& load_details); void SetEncoding(const std::string& encoding);