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

Unified Diff: content/public/browser/web_contents_view_delegate.h

Issue 10073014: Add more functionality to WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « content/browser/web_contents/web_contents_view_mac.mm ('k') | ui/views/controls/webview/webview.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_view_delegate.h
===================================================================
--- content/public/browser/web_contents_view_delegate.h (revision 132579)
+++ content/public/browser/web_contents_view_delegate.h (working copy)
@@ -79,10 +79,6 @@
virtual NSObject<RenderWidgetHostViewMacDelegate>*
CreateRenderWidgetHostViewDelegate(
RenderWidgetHost* render_widget_host) = 0;
-
- // Notifications that the native view was created/destroyed.
- virtual void NativeViewCreated(NSView* view) = 0;
- virtual void NativeViewDestroyed(NSView* view) = 0;
#endif
};
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | ui/views/controls/webview/webview.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698