Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Unified Diff: ios/chrome/browser/tabs/tab.h

Issue 2703333006: Move the notion of current Tab from TabModel to WebStateList. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/tabs/tab.h
diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
index 163c827457e667e8de1a2aa9fe11a39a6add8bf8..51c69e5a3497a315d6d79eda30326c30855d04ba 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -153,6 +153,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.

Powered by Google App Engine
This is Rietveld 408576698