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

Unified Diff: chrome/browser/ui/blocked_content/blocked_window_params.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/browser/ui/blocked_content/blocked_window_params.h
diff --git a/chrome/browser/ui/blocked_content/blocked_window_params.h b/chrome/browser/ui/blocked_content/blocked_window_params.h
index f759b628e6c603b346e3e93b3caed6ddf5ca0859..058262dcda3ef6ee8452f768f1a9b80dd41f591a 100644
--- a/chrome/browser/ui/blocked_content/blocked_window_params.h
+++ b/chrome/browser/ui/blocked_content/blocked_window_params.h
@@ -25,6 +25,7 @@ class BlockedWindowParams {
bool opener_suppressed,
int render_process_id,
int opener_render_frame_id);
+ BlockedWindowParams(const BlockedWindowParams& other);
chrome::NavigateParams CreateNavigateParams(
content::WebContents* web_contents) const;

Powered by Google App Engine
This is Rietveld 408576698