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

Unified Diff: content/shell/browser/shell_content_browser_client.cc

Issue 659233002: STASH: Epic Experimental patch for toolkit-views App List on Mac Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Fix a few things. Works@master Created 6 years, 2 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/shell/browser/shell_content_browser_client.cc
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
index 01bc93bdadfebd3155538932217fdf741cfee0c2..5b2d72b15eea4295d8f2d7b5c54007b5381a573c 100644
--- a/content/shell/browser/shell_content_browser_client.cc
+++ b/content/shell/browser/shell_content_browser_client.cc
@@ -301,7 +301,8 @@ std::string ShellContentBrowserClient::GetDefaultDownloadName() {
}
WebContentsViewDelegate* ShellContentBrowserClient::GetWebContentsViewDelegate(
- WebContents* web_contents) {
+ WebContents* web_contents,
+ gfx::NativeView context) {
#if !defined(USE_AURA)
return CreateShellWebContentsViewDelegate(web_contents);
#else
« no previous file with comments | « content/shell/browser/shell_content_browser_client.h ('k') | extensions/browser/api/cast_channel/cast_auth_util_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698