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

Unified Diff: content/public/browser/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/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 202f943302c32cea7bf4dd710e108978a2a37331..10a726c713cfb3bf42ac377c1fed5e09a5c4b51f 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -16,7 +16,8 @@ BrowserMainParts* ContentBrowserClient::CreateBrowserMainParts(
}
WebContentsViewDelegate* ContentBrowserClient::GetWebContentsViewDelegate(
- WebContents* web_contents) {
+ WebContents* web_contents,
+ gfx::NativeView context) {
return NULL;
}
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/web_contents_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698