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

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

Issue 2720613005: Refactor serialisation of openerId & openerNavigationIndex. (Closed)
Patch Set: Fix CRWSessionController's initializer comment. 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
« no previous file with comments | « ios/chrome/browser/sessions/session_window_unittest.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab.h
diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
index 14acb25a36751e499b1cdd6b9356af68082a9a22..62b5e39acadf70e558f4113c6e828305d251b188 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -116,9 +116,15 @@ extern NSString* const kProxyPassthroughHeaderValue;
@property(nonatomic, readonly) NSString* urlDisplayString;
@property(nonatomic, readonly) NSString* windowName;
-// ID associated with this tab, from the SessionManager.
+// ID associated with this tab.
@property(nonatomic, readonly) NSString* tabId;
+// ID of the opener of this tab.
+@property(nonatomic, readonly) NSString* openerID;
+
+// NavigationIndex of the opener of this tab.
+@property(nonatomic, readonly) NSInteger openerNavigationIndex;
+
// |YES| if snapshot overlay should load from the grey image cache.
@property(nonatomic, assign) BOOL useGreyImageCache;
« no previous file with comments | « ios/chrome/browser/sessions/session_window_unittest.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698