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

Unified Diff: webkit/glue/webview.h

Issue 265044: Eliminate WebView::GetDelegate and replace RenderViewSet with a linked list o... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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: webkit/glue/webview.h
===================================================================
--- webkit/glue/webview.h (revision 28382)
+++ webkit/glue/webview.h (working copy)
@@ -63,11 +63,6 @@
// links.
static void ResetVisitedLinkState();
- // Returns the delegate for this WebView. This is the pointer that was
- // passed to WebView::Initialize. The caller must check this value before
- // using it, it will be NULL during closing of the view.
- virtual WebViewDelegate* GetDelegate() = 0;
-
// Notifies the webview that autofill suggestions are available for a node.
virtual void AutofillSuggestionsForNode(
int64 node_id,

Powered by Google App Engine
This is Rietveld 408576698