Chromium Code Reviews| Index: ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h |
| diff --git a/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h b/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h |
| index 5299df07a38f4394951d9c1511aea5151f0b25d8..88a5a702d1f70d14b015503f2a1fdfc8bd9f6dfe 100644 |
| --- a/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h |
| +++ b/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h |
| @@ -21,7 +21,7 @@ |
| @property(nonatomic, assign) ContextualSearch::PanelState state; |
| // Panel configuration, for motion observers that want to do different |
| // computations around panel state and position. |
| -@property(nonatomic, readonly) PanelConfiguration* configuration; |
| +@property(weak, nonatomic, readonly) PanelConfiguration* configuration; |
|
marq (ping after 24h)
2017/01/13 10:38:17
Style nit: the atomicity attribute should come fir
stkhapugin
2017/01/17 15:57:44
Done.
|
| // Create a panel view. It will need to have a delegate and controller assigned |
| // to do anything useful. |