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

Unified Diff: android_webview/browser/aw_web_contents_delegate.cc

Issue 2894973002: Provide WebContents::CreateParams to tab helpers. (Closed)
Patch Set: rebase Created 3 years, 7 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 | « android_webview/browser/aw_web_contents_delegate.h ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_web_contents_delegate.cc
diff --git a/android_webview/browser/aw_web_contents_delegate.cc b/android_webview/browser/aw_web_contents_delegate.cc
index 0512140303c2217b7d550d162d948dd859f6f3a3..e3b2d971ea6714ad31b2313c2929de78acfb6979 100644
--- a/android_webview/browser/aw_web_contents_delegate.cc
+++ b/android_webview/browser/aw_web_contents_delegate.cc
@@ -182,7 +182,8 @@ void AwWebContentsDelegate::WebContentsCreated(
int opener_render_frame_id,
const std::string& frame_name,
const GURL& target_url,
- content::WebContents* new_contents) {
+ content::WebContents* new_contents,
+ const base::Optional<content::WebContents::CreateParams>& create_params) {
AwContentsIoThreadClient::RegisterPendingContents(new_contents);
}
« no previous file with comments | « android_webview/browser/aw_web_contents_delegate.h ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698