Index: ios/chrome/browser/ui/commands/open_url_command.h |
diff --git a/ios/chrome/browser/ui/commands/open_url_command.h b/ios/chrome/browser/ui/commands/open_url_command.h |
index f818d4076cbf8decd666a5a69b1146130879d261..8b6803a48c95e2fa31e4454ddfcbcf1c96e5a968 100644 |
--- a/ios/chrome/browser/ui/commands/open_url_command.h |
+++ b/ios/chrome/browser/ui/commands/open_url_command.h |
@@ -25,7 +25,6 @@ class GURL; |
// Initializes a command intended to open a URL as a link from a page. |
- (instancetype)initWithURL:(const GURL&)url |
referrer:(const web::Referrer&)referrer |
- windowName:(NSString*)windowName |
inIncognito:(BOOL)inIncognito |
inBackground:(BOOL)inBackground |
appendTo:(OpenPosition)append NS_DESIGNATED_INITIALIZER; |
@@ -41,9 +40,6 @@ class GURL; |
// Referrer for the URL. |
@property(nonatomic, readonly) const web::Referrer& referrer; |
-// Name of the window. |
-@property(strong, nonatomic, readonly) NSString* windowName; |
- |
// Whether this URL command requests opening in incognito or not. |
@property(nonatomic, readonly) BOOL inIncognito; |