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

Unified Diff: ios/chrome/browser/ui/commands/open_url_command.h

Issue 2720983002: Remove windowName from CRWSessionController. (Closed)
Patch Set: Address comments. 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/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;
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/chrome/browser/ui/commands/open_url_command.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698