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

Unified Diff: ios/chrome/app/main_controller.mm

Issue 2720983002: Remove windowName from CRWSessionController. (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/app/main_controller.mm
diff --git a/ios/chrome/app/main_controller.mm b/ios/chrome/app/main_controller.mm
index 01120ac8a213179b485bbbab49602f540bf2868f..eb72f383a4c8cd4cf6d47eb066f415424af77530 100644
--- a/ios/chrome/app/main_controller.mm
+++ b/ios/chrome/app/main_controller.mm
@@ -1556,7 +1556,6 @@ enum class StackViewDismissalMode { NONE, NORMAL, INCOGNITO };
self.currentBVC = [command inIncognito] ? self.otrBVC : self.mainBVC;
[self.currentBVC webPageOrderedOpen:[command url]
referrer:[command referrer]
- windowName:[command windowName]
inBackground:[command inBackground]
appendTo:[command appendTo]];
}];

Powered by Google App Engine
This is Rietveld 408576698