| 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.
|
| // TODO(stuartmorgan): Move all of the navigation APIs out of this class.
|
| @interface CRWWebController : NSObject<CRWJSInjectionEvaluator,
|
| CRWRequestTrackerDelegate,
|
|
|