diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 18:57:02 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 18:57:02 +0000 |
commit | 68766fcb85c5aeb62b6937633111e70f814fc1b0 (patch) | |
tree | 2a6ac48095c808b81edfcb50ec8cd2511bb426e6 /chrome_frame | |
parent | e47cbd27e8fefd50693f835675a7f1700a566821 (diff) | |
download | chromium_src-68766fcb85c5aeb62b6937633111e70f814fc1b0.zip chromium_src-68766fcb85c5aeb62b6937633111e70f814fc1b0.tar.gz chromium_src-68766fcb85c5aeb62b6937633111e70f814fc1b0.tar.bz2 |
Fix the ChromeFrame perf redness caused by an event name change.
TBR=amit
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5812002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/perf/chrome_frame_perftest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc index f24aaaf..67220aa 100644 --- a/chrome_frame/test/perf/chrome_frame_perftest.cc +++ b/chrome_frame/test/perf/chrome_frame_perftest.cc @@ -1424,7 +1424,7 @@ TEST(TestAsPerfTest, MetaTag_createproxy) { automation_provider_connect_monitor[i].set_start_event( "AutomationProvider::AutomationProvider"); automation_provider_connect_monitor[i].set_end_event( - "AutomationProvider::InitializeChannel"); + "AutomationProvider::ConnectToChannel"); external_tab_navigate_monitor[i].set_interesting_event( "ExternalTabContainer::Navigate"); |