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

Unified Diff: content/browser/frame_host/navigator_impl.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_impl.h
diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
index 14f1ce5d852ca46df1afec08c4757bfb2e9a0c84..6c3bee3fc396f94d73ac8d4c01eb353f9749b088 100644
--- a/content/browser/frame_host/navigator_impl.h
+++ b/content/browser/frame_host/navigator_impl.h
@@ -55,7 +55,6 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
const GURL& url,
const Referrer& referrer,
WindowOpenDisposition disposition,
- int64 source_frame_id,
bool should_replace_current_entry,
bool user_gesture) OVERRIDE;
virtual void RequestTransferURL(
@@ -65,7 +64,6 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
const Referrer& referrer,
PageTransition page_transition,
WindowOpenDisposition disposition,
- int64 source_frame_id,
const GlobalRequestID& transferred_global_request_id,
bool should_replace_current_entry,
bool user_gesture) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698