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

Unified Diff: chrome/browser/ui/browser_commands.cc

Issue 10882022: UMA: Add PageLoad user action (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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 | « chrome/browser/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698