Index: content/browser/frame_host/render_frame_host_manager.h |
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h |
index 9386e708d74287469eabb76568e3cadf7b84ae82..a248908884ad7b2b195f81e5471f0b45b4a7c476 100644 |
--- a/content/browser/frame_host/render_frame_host_manager.h |
+++ b/content/browser/frame_host/render_frame_host_manager.h |
@@ -294,6 +294,7 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver { |
// one. The RenderFrameHost to navigate will be returned. Returns NULL if one |
// could not be created. |
RenderFrameHostImpl* Navigate(const FrameNavigationEntry& frame_entry, |
+ const GURL& dest_url, |
Charlie Reis
2015/07/14 22:23:10
nit: List this first, and mention in the comment t
lfg
2015/07/14 22:47:28
Done.
|
const NavigationEntryImpl& entry); |
// Instructs the various live views to stop. Called when the user directed the |