Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: content/browser/frame_host/navigator_delegate.h

Issue 187843005: Remove stale frame ID references for RequestTransferURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove incorrect check. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/navigator_delegate.h
diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
index 6b871dae266216a1744d0115d52891d98c0e5901..e6057aeeff8777e4a275d52958c06e855f1c2307 100644
--- a/content/browser/frame_host/navigator_delegate.h
+++ b/content/browser/frame_host/navigator_delegate.h
@@ -94,7 +94,8 @@ class CONTENT_EXPORT NavigatorDelegate {
// Opens a URL with the given parameters. See PageNavigator::OpenURL, which
// this forwards to.
- virtual void RequestOpenURL(const OpenURLParams& params) {}
+ virtual void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
nasko 2014/03/06 04:59:52 D'oh! I should've added this when I moved it ... T
+ const OpenURLParams& params) {}
};
} // namspace content

Powered by Google App Engine
This is Rietveld 408576698