Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: ios/web/public/web_state/ui/crw_native_content.h

Issue 1423483004: Updated TODO(shreyasv) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698