summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authordennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-08 19:18:26 +0000
committerdennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-08 19:18:26 +0000
commit83c841aeeef9d3eaf286766e3e19b38f8f624387 (patch)
tree796cd1062310c189f46afdc4327e56b8e9f34857 /content
parent9655a2c33091e925ac469d6cda06676a0dbb5af2 (diff)
downloadchromium_src-83c841aeeef9d3eaf286766e3e19b38f8f624387.zip
chromium_src-83c841aeeef9d3eaf286766e3e19b38f8f624387.tar.gz
chromium_src-83c841aeeef9d3eaf286766e3e19b38f8f624387.tar.bz2
Add new automation hook to get FPS associated with a tab in the browser.
BUG=111716 TEST=Verified the return values of the automation hook via a pyauto test. Review URL: http://codereview.chromium.org/9325053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/public/browser/notification_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 057e190..09ecee2 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -359,11 +359,6 @@ enum NotificationType {
// RenderViewHost and may be a Null Value.
NOTIFICATION_EXECUTE_JAVASCRIPT_RESULT,
- // Sent when a renderer process is notified of new v8 heap statistics. The
- // source is the ID of the renderer process, and the details are a
- // V8HeapStatsDetails object.
- NOTIFICATION_RENDERER_V8_HEAP_STATS_COMPUTED,
-
// Notification from WebContents that we have received a response from the
// renderer in response to a dom automation controller action. The source is
// the RenderViewHost, and hte details is a DomOperationNotificationDetails.