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

Unified Diff: ios/chrome/browser/autofill/form_input_accessory_view_controller.h

Issue 2915603002: Do not use CRWWebController in FormSuggestionControllerTest. (Closed)
Patch Set: Fixed compilation Created 3 years, 7 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/chrome/browser/autofill/form_input_accessory_view_controller.h
diff --git a/ios/chrome/browser/autofill/form_input_accessory_view_controller.h b/ios/chrome/browser/autofill/form_input_accessory_view_controller.h
index bd9226c9e1ed5e417e2bcef292ab42e84cd27b3d..7ab244a6df1808941d3dc9e5c9463c77a3d85066 100644
--- a/ios/chrome/browser/autofill/form_input_accessory_view_controller.h
+++ b/ios/chrome/browser/autofill/form_input_accessory_view_controller.h
@@ -80,6 +80,11 @@ typedef void (^AccessoryViewReadyCompletion)(
@interface FormInputAccessoryViewController
: NSObject<CRWWebStateObserver, FormInputAccessoryViewDelegate>
+// The current web view proxy.
+// TODO(crbug.com/727716): This property should not be a part of the public
+// interface, it is used in tests as a backdoor.
+@property(nonatomic, readonly) id<CRWWebViewProxy> webViewProxy;
+
// Initializes a new controller with the specified |providers| of input
// accessory views.
- (instancetype)initWithWebState:(web::WebState*)webState
« no previous file with comments | « ios/chrome/browser/autofill/DEPS ('k') | ios/chrome/browser/autofill/form_input_accessory_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698