| Index: ios/chrome/browser/tabs/tab_private.h
|
| diff --git a/ios/chrome/browser/tabs/tab_private.h b/ios/chrome/browser/tabs/tab_private.h
|
| index 9dbe8ac91d28849e6fce6f73b2a06018001e3ac1..3095c9bcebce2f68dad201fdbaebd50f25db2827 100644
|
| --- a/ios/chrome/browser/tabs/tab_private.h
|
| +++ b/ios/chrome/browser/tabs/tab_private.h
|
| @@ -24,12 +24,6 @@ class WebStateImpl;
|
|
|
| @interface Tab (TestingSupport)
|
|
|
| -// Replaces the existing web state. This method should be called once
|
| -// right after init and before any call to |view|.
|
| -// TODO(crbug.com/620465): change to std::unique_ptr<web::WebState> once
|
| -// Tab no longer uses private //ios/web APIs.
|
| -- (void)replaceWebState:(std::unique_ptr<web::WebStateImpl>)webState;
|
| -
|
| // Replaces the existing |externalAppLauncher_|.
|
| - (void)replaceExternalAppLauncher:(id)externalAppLauncher;
|
|
|
|
|