Chromium Code Reviews| Index: ios/web/web_state/ui/crw_web_controller.h |
| diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h |
| index 582485dc52f35312f4353a8dde92a916dbeb91fd..205b9ec7d65b4ee64f3bee81b9efa24748820364 100644 |
| --- a/ios/web/web_state/ui/crw_web_controller.h |
| +++ b/ios/web/web_state/ui/crw_web_controller.h |
| @@ -61,8 +61,7 @@ class WebStateImpl; |
| // CRWWebController also transparently evicts and restores the internal web |
| // view based on memory pressure, and manages access to interact with the |
| // web view. |
| -// This is an abstract class which must not be instantiated directly. A factory |
| -// function from web_controller_factory.h should be used instead. |
| +// This is an abstract class which must not be instantiated directly. |
|
kkhorimoto
2016/04/12 21:36:13
Are we going to keep CRWWKWebViewWebController aro
Eugene But (OOO till 7-30)
2016/04/13 02:51:26
No. If you are worrying that this comment will rot
|
| // TODO(stuartmorgan): Move all of the navigation APIs out of this class. |
| @interface CRWWebController : NSObject<CRWJSInjectionEvaluator, |
| CRWRequestTrackerDelegate, |