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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_password_manager_infobar_delegate.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/browser/passwords/ios_chrome_password_manager_infobar_delegate.mm
diff --git a/ios/chrome/browser/passwords/ios_chrome_password_manager_infobar_delegate.mm b/ios/chrome/browser/passwords/ios_chrome_password_manager_infobar_delegate.mm
index d88064322633d9fb39485c95960e07fca3a9eb1d..db7cea288ee4807706b5d6e7953853ad8986ddec 100644
--- a/ios/chrome/browser/passwords/ios_chrome_password_manager_infobar_delegate.mm
+++ b/ios/chrome/browser/passwords/ios_chrome_password_manager_infobar_delegate.mm
@@ -52,7 +52,6 @@ bool IOSChromePasswordManagerInfoBarDelegate::LinkClicked(
base::scoped_nsobject<OpenUrlCommand> command([[OpenUrlCommand alloc]
initWithURL:GURL(password_manager::kPasswordManagerHelpCenterSmartLock)
referrer:web::Referrer()
- windowName:nil
inIncognito:NO
inBackground:NO
appendTo:kCurrentTab]);

Powered by Google App Engine
This is Rietveld 408576698