| Index: ios/web/public/web_state/ui/crw_native_content.h
|
| diff --git a/ios/web/public/web_state/ui/crw_native_content.h b/ios/web/public/web_state/ui/crw_native_content.h
|
| index 0273c7b2c47016d78768d61de7f5f034b8fe4094..91f1391cab6dabfb4f37be6afd6db80fd26d6997 100644
|
| --- a/ios/web/public/web_state/ui/crw_native_content.h
|
| +++ b/ios/web/public/web_state/ui/crw_native_content.h
|
| @@ -54,8 +54,8 @@
|
| - (BOOL)wantsKeyboardShield;
|
|
|
| // Returns |YES| if CRWNativeContent wants the hint text displayed.
|
| -// TODO(shreyasv): Remove this. This is chrome level concept and should not
|
| -// exist in the web/ layer. crbug.com/374984.
|
| +// TODO(crbug.com/374984): Remove this. This is chrome level concept and should
|
| +// not exist in the web/ layer.
|
| - (BOOL)wantsLocationBarHintText;
|
|
|
| // Dismisses on-screen keyboard if necessary.
|
|
|