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

Unified Diff: content/shell/browser/shell_web_contents_view_delegate_mac.mm

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_web_contents_view_delegate_mac.mm
diff --git a/content/shell/browser/shell_web_contents_view_delegate_mac.mm b/content/shell/browser/shell_web_contents_view_delegate_mac.mm
index 375112fe485176a176e421e6832881d93eee4c51..43ef91d4c6e089d63e738173be670e227a4ef0fb 100644
--- a/content/shell/browser/shell_web_contents_view_delegate_mac.mm
+++ b/content/shell/browser/shell_web_contents_view_delegate_mac.mm
@@ -80,7 +80,7 @@ NSMenuItem* MakeContextMenuItem(NSString* title,
namespace content {
WebContentsViewDelegate* CreateShellWebContentsViewDelegate(
- WebContents* web_contents) {
+ WebContents* web_contents) {
return new ShellWebContentsViewDelegate(web_contents);
}
@@ -265,14 +265,4 @@ void ShellWebContentsViewDelegate::ActionPerformed(int tag) {
}
}
-WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
- return NULL;
-}
-
-NSObject<RenderWidgetHostViewMacDelegate>*
-ShellWebContentsViewDelegate::CreateRenderWidgetHostViewDelegate(
- content::RenderWidgetHost* render_widget_host) {
- return NULL;
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698