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 be8f17a9cf9c28427c18133f551a5cb3401ab2f3..3fbff0771689f8b0e37e8626652850f7123fa803 100644 |
| --- a/chrome/browser/ui/browser_commands.cc |
| +++ b/chrome/browser/ui/browser_commands.cc |
| @@ -341,7 +341,6 @@ void Home(Browser* browser, WindowOpenDisposition disposition) { |
| } |
| void OpenCurrentURL(Browser* browser) { |
| - content::RecordAction(UserMetricsAction("LoadURL")); |
|
jar (doing other things)
2012/08/27 21:40:59
Do you have any interest in seeing how these numbe
Mark P
2012/08/27 21:58:46
Good question. I don't see a good reason to compa
jar (doing other things)
2012/08/27 22:11:34
I'm wary that it would instantly "break" the curre
Mark P
2012/08/29 00:17:40
Okay. Restored LoadURL recording. I'll remove in
|
| LocationBar* location_bar = browser->window()->GetLocationBar(); |
| if (!location_bar) |
| return; |