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

Unified Diff: ios/chrome/browser/ui/history/history_collection_view_controller.mm

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/history/history_collection_view_controller.mm
diff --git a/ios/chrome/browser/ui/history/history_collection_view_controller.mm b/ios/chrome/browser/ui/history/history_collection_view_controller.mm
index e04173248a999f2de57f7a84a3d26fd7c09a869b..4fdf911823afc17d06ed682ae366b2d0b80e929d 100644
--- a/ios/chrome/browser/ui/history/history_collection_view_controller.mm
+++ b/ios/chrome/browser/ui/history/history_collection_view_controller.mm
@@ -785,7 +785,6 @@ const CGFloat kSeparatorInset = 10;
shouldCloseWithCompletion:^{
[self.URLLoader webPageOrderedOpen:copiedURL
referrer:web::Referrer()
- windowName:nil
inIncognito:NO
inBackground:NO
appendTo:kLastTab];
@@ -798,7 +797,6 @@ const CGFloat kSeparatorInset = 10;
shouldCloseWithCompletion:^{
[self.URLLoader webPageOrderedOpen:copiedURL
referrer:web::Referrer()
- windowName:nil
inIncognito:YES
inBackground:NO
appendTo:kLastTab];
« no previous file with comments | « ios/chrome/browser/ui/commands/open_url_command.mm ('k') | ios/chrome/browser/ui/ntp/google_landing_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698