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

Unified Diff: ios/web_view/shell/shell_view_controller.h

Issue 2736243003: Add ios_web_view_shell_egtests target and accessibility labels to shell. (Closed)
Patch Set: Created 3 years, 9 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_view/shell/shell_view_controller.h
diff --git a/ios/web_view/shell/shell_view_controller.h b/ios/web_view/shell/shell_view_controller.h
index 9c5ccc87fb347ddc6b2afd0f39da81c825dc19dd..acf4b608fb2dc59596bdd7c55b5d5c6125b66025 100644
--- a/ios/web_view/shell/shell_view_controller.h
+++ b/ios/web_view/shell/shell_view_controller.h
@@ -10,6 +10,12 @@
#import "ios/web_view/public/cwv_navigation_delegate.h"
#import "ios/web_view/public/cwv_ui_delegate.h"
+// Accessibility label added to the back button.
+extern NSString* const kWebViewShellBackButtonAccessibilityLabel;
+// Accessibility label added to the forward button.
+extern NSString* const kWebViewShellForwardButtonAccessibilityLabel;
+// Accessibility label added to the URL address text field.
+extern NSString* const kWebViewShellAddressFieldAccessibilityLabel;
// Accessibility identifier added to the text field of JavaScript prompts.
extern NSString* const
kWebViewShellJavaScriptDialogTextFieldAccessibiltyIdentifier;

Powered by Google App Engine
This is Rietveld 408576698