Skip to content

Commit

Permalink
Fix name for UKM parse start metric.
Browse files Browse the repository at this point in the history
BUG=698816
NOTRY=true
NOPRESUBMIT=true
TBR=rkaplow

Review-Url: https://codereview.chromium.org/2736773002
Cr-Commit-Position: refs/heads/master@{#454966}
(cherry picked from commit 15bfa34)

Review-Url: https://codereview.chromium.org/2737863003
Cr-Commit-Position: refs/branch-heads/3029@{#58}
Cr-Branched-From: 939b32e-refs/heads/master@{#454471}
  • Loading branch information
bmcquade authored and Commit bot committed Mar 8, 2017
1 parent f2865c1 commit 6f1b9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace internal {

const char kUkmPageLoadEventName[] = "PageLoad";
const char kUkmParseStartName[] = "ParseTiming.ParseStart";
const char kUkmParseStartName[] = "ParseTiming.NavigationToParseStart";
const char kUkmDomContentLoadedName[] =
"DocumentTiming.NavigationToDOMContentLoadedEventFired";
const char kUkmLoadEventName[] = "DocumentTiming.NavigationToLoadEventFired";
Expand Down

0 comments on commit 6f1b9e2

Please sign in to comment.