Chromium Code Reviews| Index: chrome/browser/ui/browser_commands.cc |
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc |
| index 94d132ee620cffe22210800a049917dba702d94c..ff5392a3a2149a2ea75b7abc59ad934928707385 100644 |
| --- a/chrome/browser/ui/browser_commands.cc |
| +++ b/chrome/browser/ui/browser_commands.cc |
| @@ -240,6 +240,7 @@ void ReloadInternal(Browser* browser, |
| new_tab->UserGestureDone(); |
| if (!new_tab->FocusLocationBarByDefault()) |
| new_tab->GetView()->Focus(); |
| + |
|
mmenke
2014/04/15 16:02:25
For simplicity, should just remove this change fro
Randy Smith (Not in Mondays)
2014/04/15 18:27:29
Don't you understand how much this line improves t
|
| if (ignore_cache) |
| new_tab->GetController().ReloadIgnoringCache(true); |
| else |