| 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
|
|
|