| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index 5115735515c7be0d7399bdbe028f05f93380e6ab..2a22dcdf11aca3bf0f7b07bd30806d4c6e8a1454 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -162,6 +162,9 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| @property(nonatomic, assign) BOOL isLinkLoadingPrerenderTab;
|
| @property(nonatomic, assign) BOOL isVoiceSearchResultsTab;
|
|
|
| +// |YES| if the tab has finished loading.
|
| +@property(nonatomic, readonly) BOOL loadFinished;
|
| +
|
| // Creates a new tab with the given state. |opener| is nil unless another tab
|
| // is conceptually the parent of this tab. |openedByDOM| is YES if the page was
|
| // opened by DOM. |model| and |browserState| must not be nil.
|
|
|