Index: chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.cc b/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.cc |
index 877063376b656b66c2f39f715ed6a03d6d38f4f4..987a0a8ff83cfefb07db589302e8467eac02fc54 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.cc |
@@ -21,8 +21,7 @@ using content::OpenURLParams; |
// Signals if |params| require opening inside the current WebContents. |
bool IsInPageTransition(const OpenURLParams& params) { |
- return params.transition == content::PAGE_TRANSITION_LINK && |
- params.disposition == CURRENT_TAB; |
+ return params.disposition == CURRENT_TAB; |
} |
// Indicates if the open action specified by |params| should happen in the |