Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4509)

Unified Diff: chrome_frame/test/perf/chrome_frame_perftest.cc

Issue 6162004: Fix perf redness caused by an event name change. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/perf/chrome_frame_perftest.cc
===================================================================
--- chrome_frame/test/perf/chrome_frame_perftest.cc (revision 70377)
+++ chrome_frame/test/perf/chrome_frame_perftest.cc (working copy)
@@ -1424,7 +1424,7 @@
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");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698