diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 01:46:35 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 01:46:35 +0000 |
commit | 776da44598dbaac15a5030e9dff99d534ce15281 (patch) | |
tree | e3e282b31d056a05267c0e0a86492d2a02104df8 /chrome/test/automation/automation_proxy.h | |
parent | 1c0228c6e74cb53f478f18e9fc30938be38d25fb (diff) | |
download | chromium_src-776da44598dbaac15a5030e9dff99d534ce15281.zip chromium_src-776da44598dbaac15a5030e9dff99d534ce15281.tar.gz chromium_src-776da44598dbaac15a5030e9dff99d534ce15281.tar.bz2 |
Revert "Add startup tests that log start script, domcontentloaded, and onload."
which failed on XP Perf (single).
This reverts commit r28199.
TBR=tony
Review URL: http://codereview.chromium.org/265002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r-- | chrome/test/automation/automation_proxy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h index ce3ff17..dac3bc3 100644 --- a/chrome/test/automation/automation_proxy.h +++ b/chrome/test/automation/automation_proxy.h @@ -124,10 +124,6 @@ class AutomationProxy : public IPC::Channel::Listener, // Returns true if one of the tabs in any window displays given url. bool IsURLDisplayed(GURL url); - // Get the duration of the last |event_name| in the browser. Returns - // false if the IPC failed to send. - bool GetMetricEventDuration(const std::string& event_name, int* duration_ms); - // Returns the BrowserProxy for the browser window at the given index, // transferring ownership of the pointer to the caller. // On failure, returns NULL. |