| Index: webkit/api/public/WebView.h
|
| ===================================================================
|
| --- webkit/api/public/WebView.h (revision 27906)
|
| +++ webkit/api/public/WebView.h (working copy)
|
| @@ -188,12 +188,13 @@
|
| // point.
|
| virtual void inspectElementAt(const WebPoint&) = 0;
|
|
|
| + // Settings used by the inspector.
|
| + virtual WebString inspectorSettings() const = 0;
|
| + virtual void setInspectorSettings(const WebString&) = 0;
|
|
|
| +
|
| // FIXME what about:
|
| - // StoreFocusForFrame
|
| - // DownloadImage
|
| - // Get/SetDelegate
|
| - // InsertText -> should move to WebTextInput
|
| + // GetDelegate
|
| // AutofillSuggestionsForNode
|
| // HideAutofillPopup
|
|
|
|
|