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

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

Issue 2919983002: Remove Tab's |-url| property. (Closed)
Patch Set: Created 3 years, 7 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/metrics/tab_usage_recorder_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 075f848a416eda07391701c432525a96aa644fe6..b7a857b2a38038f868f05d86f5f4057489a253ab 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -101,11 +101,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
// Browser state associated with this Tab.
@property(nonatomic, readonly) ios::ChromeBrowserState* browserState;
-// TODO(crbug.com/546208): Eliminate this; replace calls with either visible URL
-// or last committed URL, depending on the specific use case.
-// Do not add new calls to this method.
-@property(nonatomic, readonly) const GURL& url;
-
// Returns the URL of the last committed NavigationItem for this Tab.
@property(nonatomic, readonly) const GURL& lastCommittedURL;
« no previous file with comments | « ios/chrome/browser/metrics/tab_usage_recorder_unittest.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698