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

Unified Diff: webkit/api/public/WebViewClient.h

Issue 293001: Delete glue/webview{_delegate}.h (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
« no previous file with comments | « webkit/api/public/WebView.h ('k') | webkit/glue/back_forward_list_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebViewClient.h
===================================================================
--- webkit/api/public/WebViewClient.h (revision 29380)
+++ webkit/api/public/WebViewClient.h (working copy)
@@ -38,8 +38,6 @@
#include "WebTextDirection.h"
#include "WebWidgetClient.h"
-class WebView; // FIXME: Move into the WebKit namespace.
-
namespace WebKit {
class WebAccessibilityObject;
class WebDevToolsAgentClient;
@@ -51,6 +49,7 @@
class WebRange;
class WebString;
class WebURL;
+ class WebView;
class WebWidget;
struct WebConsoleMessage;
struct WebContextMenuData;
@@ -272,15 +271,8 @@
virtual void removeAutofillSuggestions(const WebString& name,
const WebString& value) = 0;
-
- // FIXME need to something for:
- // OnPasswordFormsSeen
- // OnAutofillFormSubmitted
- // QueryFormFieldAutofill
- // RemoveStoredAutofillEntry
- // ShowModalHTMLDialog <-- we should be able to kill this
- // GetWebDevToolsAgentDelegate
- // WasOpenedByUserGesture
+ protected:
+ ~WebViewClient() { }
};
} // namespace WebKit
« no previous file with comments | « webkit/api/public/WebView.h ('k') | webkit/glue/back_forward_list_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698