| Index: components/test_runner/web_test_delegate.h
|
| diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
|
| index f43ef13c6c162b90b969f342cf1fe90dc5638cb1..e1dd85e22d2df55377c67fb58a34e81551870d73 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -231,7 +231,7 @@ class WebTestDelegate {
|
| // Returns the length of the back/forward history of the main WebView.
|
| virtual int NavigationEntryCount() = 0;
|
|
|
| - // The following trigger navigations on the main WebViwe.
|
| + // The following trigger navigations on the main WebView.
|
| virtual void GoToOffset(int offset) = 0;
|
| virtual void Reload() = 0;
|
| virtual void LoadURLForFrame(const blink::WebURL& url,
|
| @@ -291,8 +291,6 @@ class WebTestDelegate {
|
| blink::WebLocalFrame* frame,
|
| const blink::WebPluginParams& params) = 0;
|
|
|
| - virtual void OnWebTestProxyBaseDestroy(WebTestProxyBase* proxy) = 0;
|
| -
|
| // Convert the position in DIP to native coordinates.
|
| virtual blink::WebPoint ConvertDIPToNative(
|
| const blink::WebPoint& point_in_dip) const = 0;
|
|
|