diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 17:01:44 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 17:01:44 +0000 |
commit | 84abba65c18ad3746066129990ad46421675d5a2 (patch) | |
tree | a3e6193d74f96ab728b3baeeb0a35fdd3dd47e47 /chrome/common | |
parent | 0c882b2856e5851765ce89f63d337902a3e6b823 (diff) | |
download | chromium_src-84abba65c18ad3746066129990ad46421675d5a2.zip chromium_src-84abba65c18ad3746066129990ad46421675d5a2.tar.gz chromium_src-84abba65c18ad3746066129990ad46421675d5a2.tar.bz2 |
Revert "Revert "Add startup tests that log start script, domcontentloaded, and onload.""
This reverts commit r28209 and relands r28199.
The failure seems to have been flaky (it passed on the other bots and on the following run). I want to
try to land again. If it fails again, I'll disable the test.
TBR=mattm
Review URL: http://codereview.chromium.org/268003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 75d5caf..2a1487c 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -314,6 +314,11 @@ class NotificationType { // starting and finishing all painting. INITIAL_NEW_TAB_UI_LOAD, + // Used to fire notifications about how long various events took to + // complete. E.g., this is used to get more fine grained timings from the + // new tab page. Details is a MetricEventDurationDetails. + METRIC_EVENT_DURATION, + // This notification is sent when a TabContents is being hidden, e.g. due // to switching away from this tab. The source is a Source<TabContents>. TAB_CONTENTS_HIDDEN, |