| Index: ios/web/public/web_state/ui/crw_native_content.h
|
| diff --git a/ios/web/public/web_state/ui/crw_native_content.h b/ios/web/public/web_state/ui/crw_native_content.h
|
| index 994ba6d2fd8c7b8228d1f73b61e69780db38376e..b3f336fe157247ba0cd608d717c5d4ab072f9d40 100644
|
| --- a/ios/web/public/web_state/ui/crw_native_content.h
|
| +++ b/ios/web/public/web_state/ui/crw_native_content.h
|
| @@ -85,6 +85,9 @@
|
| // Called when a snapshot of the content will be taken.
|
| - (void)willUpdateSnapshot;
|
|
|
| +// Notifies the CRWNativeContent that it will be removed from superview.
|
| +- (void)willBeDismissed;
|
| +
|
| // The URL that will be displayed to the user when presenting this native
|
| // content.
|
| - (GURL)virtualURL;
|
|
|