summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 00:48:31 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 00:48:31 +0000
commit648a1de30f6693ffd72844a02448d93877aa9f88 (patch)
tree456f6c7369607ca19eb1fb3932bcc35223c27034 /chrome_frame
parent2e733d10715fe3fd5bffd60e345f5999ae225000 (diff)
downloadchromium_src-648a1de30f6693ffd72844a02448d93877aa9f88.zip
chromium_src-648a1de30f6693ffd72844a02448d93877aa9f88.tar.gz
chromium_src-648a1de30f6693ffd72844a02448d93877aa9f88.tar.bz2
Fix ChromeFrame perf builder redness caused by an event name change.
TBR=amit BUG=NONE TEST=Covered by existing chrome frame perf tests. Review URL: http://codereview.chromium.org/5361008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/perf/chrome_frame_perftest.cc2
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 67220aa..f24aaaf 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::ConnectToChannel");
+ "AutomationProvider::InitializeChannel");
external_tab_navigate_monitor[i].set_interesting_event(
"ExternalTabContainer::Navigate");