Chromium Code Reviews| Index: ios/chrome/browser/find_in_page/js_findinpage_manager.h |
| diff --git a/ios/chrome/browser/find_in_page/js_findinpage_manager.h b/ios/chrome/browser/find_in_page/js_findinpage_manager.h |
| index ff4c9df6ed83375bd09af70b76b356cc70d1409d..ce5d2b8f474855127106607086b27d2182e2da68 100644 |
| --- a/ios/chrome/browser/find_in_page/js_findinpage_manager.h |
| +++ b/ios/chrome/browser/find_in_page/js_findinpage_manager.h |
| @@ -26,8 +26,8 @@ extern FindInPageEntry FindInPageEntryZero; |
| // Manager for the injection of the Find In Page JavaScript. |
| @interface JsFindinpageManager : CRWJSInjectionManager |
| -// Find In Page model. TODO(justincohen) consider using find_tab_helper.cc. |
| -@property(strong, nonatomic, readonly) FindInPageModel* findInPageModel; |
| +// Find In Page model. |
| +@property(nonatomic, readwrite, strong) FindInPageModel* findInPageModel; |
|
rohitrao (ping after 24h)
2017/02/10 21:07:08
This isn't created by the manager anymore, but I t
|
| // Sets the width and height of the window. |
| - (void)setWidth:(CGFloat)width height:(CGFloat)height; |