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

Unified Diff: chrome/browser/browser.cc

Issue 2856009: Fixes regression in opening a new tab where we would open it at the (Closed)
Patch Set: Created 10 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.cc
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index eea0ec56d9ba246f643644124d16d0cc5b7e2c44..53f9cf8db0d1ddc9dfb4b985cef82c38792d2eb7 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -3678,7 +3678,7 @@ void Browser::OpenURLAtIndex(TabContents* source,
delegate->OnUserGesture();
}
- transition = AdjustWindowOpenDispositionForTab(
+ disposition = AdjustWindowOpenDispositionForTab(
current_tab && IsPinned(current_tab),
url,
referrer,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698