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

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

Issue 489763002: MacViews: Gets a webview working in views_examples_with_content_exe Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master Created 6 years, 4 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 b2f85d228dab4172656929ebb12cc0258e3089bf..aaefe4f49acd16ec20ce1f8efd1fb333d4ed1cc7 100644
--- a/content/shell/browser/shell_content_browser_client.cc
+++ b/content/shell/browser/shell_content_browser_client.cc
@@ -295,7 +295,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') | content/shell/browser/shell_web_contents_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698