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

Unified Diff: chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.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
« no previous file with comments | « chrome/browser/ui/cocoa/task_manager_mac.mm ('k') | chrome/browser/ui/views/chrome_views_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
diff --git a/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h b/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
index 0f1b737e80eb6eba8b29b002ddedfa4e42b9b86a..effd0d4a5f6030cf715442fac564476bf3eac0d1 100644
--- a/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
+++ b/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_VIEW_DELEGATE_H_
#define CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_VIEW_DELEGATE_H_
+#include "ui/gfx/native_widget_types.h"
+
namespace content {
class WebContents;
class WebContentsViewDelegate;
@@ -13,7 +15,8 @@ class WebContentsViewDelegate;
namespace chrome {
content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
- content::WebContents* web_contents);
+ content::WebContents* web_contents,
+ gfx::NativeView context);
} // namespace chrome
« no previous file with comments | « chrome/browser/ui/cocoa/task_manager_mac.mm ('k') | chrome/browser/ui/views/chrome_views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698