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

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

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.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index 9688e0fff590fc92ef1dd0d7ac0a312da73ea509..19821fb277c7924496467b4d6aa8280e31e4da25 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -57,7 +57,8 @@ class ShellContentBrowserClient : public ContentBrowserClient {
virtual AccessTokenStore* CreateAccessTokenStore() override;
virtual std::string GetDefaultDownloadName() override;
virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
- WebContents* web_contents) override;
+ WebContents* web_contents,
+ gfx::NativeView context) override;
virtual QuotaPermissionContext* CreateQuotaPermissionContext() override;
virtual void RequestDesktopNotificationPermission(
const GURL& source_origin,
« no previous file with comments | « content/public/browser/web_contents_view_delegate.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698