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

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

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.mm
diff --git a/ios/chrome/browser/autofill/form_input_accessory_view_controller.mm b/ios/chrome/browser/autofill/form_input_accessory_view_controller.mm
index 04e80772e6bc7ec209159f641a7ceb143c439598..76594db5c56adf0c284b1c2b54b87b605ed4ae5b 100644
--- a/ios/chrome/browser/autofill/form_input_accessory_view_controller.mm
+++ b/ios/chrome/browser/autofill/form_input_accessory_view_controller.mm
@@ -190,9 +190,6 @@ bool ComputeFramesOfKeyboardParts(UIView* inputAccessoryView,
// The current web state.
@property(nonatomic, readonly) web::WebState* webState;
-// The current web view proxy.
-@property(nonatomic, readonly) id<CRWWebViewProxy> webViewProxy;
-
@end
@implementation FormInputAccessoryViewController {

Powered by Google App Engine
This is Rietveld 408576698