| Index: ios/web/web_state/ui/crw_web_controller.h
|
| diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h
|
| index 8a64c146601bed1ac99cf80b9be41dc507f1fd0f..46b9aef07591cb5e26342c1299695e6f39e996a8 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -207,9 +207,6 @@ class WebStateImpl;
|
| // Executes |script| in the web view, registering user interaction.
|
| - (void)executeUserJavaScript:(NSString*)script
|
| completionHandler:(web::JavaScriptResultBlock)completion;
|
| -// Evaluates the user-entered |script| in the web view.
|
| -// DEPRECATED. TODO(crbug.com/595761): Remove this API.
|
| -- (void)evaluateUserJavaScript:(NSString*)script;
|
|
|
| // Dismisses the soft keyboard.
|
| - (void)dismissKeyboard;
|
|
|