Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index a6f3d17aec256f4fe31f19cabafb23eec13cab00..47f07ca08101b70370974018ae0223815784857b 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1045,7 +1045,7 @@ void Browser::ActiveTabChanged(WebContents* old_contents, |
ProcessPendingUIUpdates(); |
// Propagate the profile to the location bar. |
- UpdateToolbar(true); |
+ UpdateToolbar((reason & CHANGE_REASON_REPLACED) == 0); |
// Propagate tab state to toolbar, tab-strip, etc. |
UpdateSearchState(new_contents); |