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

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

Issue 2715343002: Add JavaScript prompts support to CWVUIDelegate. (Closed)
Patch Set: Respond to comments. Created 3 years, 10 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
« no previous file with comments | « ios/web_view/public/cwv_ui_delegate.h ('k') | ios/web_view/shell/shell_view_controller.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97bf6276795b6c1fd8da32a5b97222f998520d75..0d097d766c96633b41aeeb4e184aae260c37c797 100644
--- a/ios/web_view/shell/shell_view_controller.h
+++ b/ios/web_view/shell/shell_view_controller.h
@@ -10,6 +10,10 @@
#import "ios/web_view/public/cwv_ui_delegate.h"
#import "ios/web_view/public/cwv_web_view_delegate.h"
+// Accessibility identifier added to the text field of JavaScript prompts.
+extern NSString* const
+ kWebViewShellJavaScriptDialogTextFieldAccessibiltyIdentifier;
+
// Implements the main UI for web_view_shell, including the toolbar and web
// view.
@interface ShellViewController : UIViewController
« no previous file with comments | « ios/web_view/public/cwv_ui_delegate.h ('k') | ios/web_view/shell/shell_view_controller.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698