Chromium Code Reviews| Index: ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h |
| diff --git a/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h b/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h |
| index 8c051bb34fa446f47178bd8e896c8cf58d002e1a..4e7b801dbc40acefc9ce6e805e022c2c73c49870 100644 |
| --- a/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h |
| +++ b/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h |
| @@ -7,10 +7,16 @@ |
| #import "ios/chrome/browser/chrome_coordinator.h" |
| +namespace ios { |
| +class ChromeBrowserState; |
| +} |
| + |
| // Coordinator to manage the Suggestions UI via a |
| // ContentSuggestionsViewController. |
| @interface ContentSuggestionsCoordinator : ChromeCoordinator |
| +// BrowserState uesd to create the ContentSuggestionFactory. |
|
lpromero
2017/01/26 10:10:20
used*
gambard
2017/01/30 15:19:16
Done.
|
| +@property(nonatomic, assign) ios::ChromeBrowserState* browserState; |
| // Whether the Suggestions UI is displayed. If this is true, start is a no-op. |
| @property(nonatomic, readonly) BOOL visible; |