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

Unified Diff: content/public/browser/page_navigator.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/public/browser/page_navigator.h
diff --git a/content/public/browser/page_navigator.h b/content/public/browser/page_navigator.h
index 7cd9afbadbf407c966166a0a2bd89b1f4d006710..849d4ca68b194bbe6743c7a83b582fc5195128d9 100644
--- a/content/public/browser/page_navigator.h
+++ b/content/public/browser/page_navigator.h
@@ -32,7 +32,6 @@ struct CONTENT_EXPORT OpenURLParams {
bool is_renderer_initiated);
OpenURLParams(const GURL& url,
const Referrer& referrer,
- int64 source_frame_id,
int64 frame_tree_node_id,
WindowOpenDisposition disposition,
PageTransition transition,
@@ -60,10 +59,6 @@ struct CONTENT_EXPORT OpenURLParams {
// is terminated by \r\n. May be empty if no extra headers are needed.
std::string extra_headers;
- // The renderer-specific source frame id or -1 to indicate the main frame.
- // TODO(creis): This appears to be dead code and should be removed.
- int64 source_frame_id;
-
// The browser-global FrameTreeNode ID or -1 to indicate the main frame.
int64 frame_tree_node_id;

Powered by Google App Engine
This is Rietveld 408576698