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

Unified Diff: components/navigation_interception/navigation_params.cc

Issue 2759723002: Update the assignment operator (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_interception/navigation_params.cc
diff --git a/components/navigation_interception/navigation_params.cc b/components/navigation_interception/navigation_params.cc
index fb66ba6e4d782deede59334966f048a2eb06932c..f3d2e7e9afb9de23faf42fa3f829a102e192162c 100644
--- a/components/navigation_interception/navigation_params.cc
+++ b/components/navigation_interception/navigation_params.cc
@@ -42,6 +42,7 @@ void NavigationParams::Assign(const NavigationParams& other) {
is_redirect_ = other.is_redirect();
is_external_protocol_ = other.is_external_protocol();
is_main_frame_ = other.is_main_frame();
+ base_url_for_data_url_ = other.base_url_for_data_url();
}
} // namespace navigation_interception
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698