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

Unified Diff: chrome/browser/ui/profile_error_browsertest.cc

Issue 1421293005: Move new Startup.FirstWebContents.* stats to Startup.FirstWebContents.*2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ab2_moar_betta_metrics
Patch Set: Created 5 years, 2 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
Index: chrome/browser/ui/profile_error_browsertest.cc
diff --git a/chrome/browser/ui/profile_error_browsertest.cc b/chrome/browser/ui/profile_error_browsertest.cc
index 0c04c39d6e71518aa3c21442dac1162d46132c77..ca17c65307644d255b750724e7552da170f86319 100644
--- a/chrome/browser/ui/profile_error_browsertest.cc
+++ b/chrome/browser/ui/profile_error_browsertest.cc
@@ -82,8 +82,8 @@ class ProfileErrorBrowserTest : public InProcessBrowserTest,
#endif
IN_PROC_BROWSER_TEST_P(ProfileErrorBrowserTest, MAYBE_CorruptedProfile) {
- const char kPaintHistogram[] = "Startup.FirstWebContents.NonEmptyPaint";
- const char kLoadHistogram[] = "Startup.FirstWebContents.MainFrameLoad";
+ const char kPaintHistogram[] = "Startup.FirstWebContents.NonEmptyPaint2";
+ const char kLoadHistogram[] = "Startup.FirstWebContents.MainFrameLoad2";
// Navigate to a URL so the first non-empty paint is registered.
ui_test_utils::NavigateToURL(browser(), GURL("http://www.example.com/"));
« no previous file with comments | « chrome/browser/metrics/first_web_contents_profiler.cc ('k') | components/metrics/proto/profiler_event.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698