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

Unified Diff: content/common/navigation_params.cc

Issue 1104603002: Pick frame to navigate in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test cases Created 5 years, 8 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
« no previous file with comments | « content/common/navigation_params.h ('k') | content/public/browser/navigation_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_params.cc
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
index 0e8df3c97cee673054e3bf6b100505270cdf2aaf..523a354017c0d0c700d8ddca641d5e744f2e5051 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -95,7 +95,6 @@ RequestNavigationParams::RequestNavigationParams(
base::TimeTicks navigation_start,
const std::vector<GURL>& redirects,
bool can_load_local_resources,
- const std::string& frame_to_navigate,
base::Time request_time,
const PageState& page_state,
int32 page_id,
@@ -107,7 +106,6 @@ RequestNavigationParams::RequestNavigationParams(
browser_navigation_start(navigation_start),
redirects(redirects),
can_load_local_resources(can_load_local_resources),
- frame_to_navigate(frame_to_navigate),
request_time(request_time),
page_state(page_state),
page_id(page_id),
« no previous file with comments | « content/common/navigation_params.h ('k') | content/public/browser/navigation_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698