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

Unified Diff: content/public/test/browser_test_utils.h

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the ChromeHistogramHelper Created 6 years, 5 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: content/public/test/browser_test_utils.h
diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
index 4c645011aae4fa311105f99f8804ccb9a5c1a7c4..7fb4a2e8d5dfa3267fa5d76bd2352733b27b92b2 100644
--- a/content/public/test/browser_test_utils.h
+++ b/content/public/test/browser_test_utils.h
@@ -188,6 +188,10 @@ bool SetCookie(BrowserContext* browser_context,
const GURL& url,
const std::string& value);
+// Fetch the histograms data from other processes. This should be called after
+// the test code has been executed but before performing assertions.
+void FetchHistogramsData();
Ilya Sherman 2014/07/17 18:35:09 nit: I think it's important for the function name
Mike Lerman 2014/07/18 13:58:24 Done.
+
// Watches title changes on a WebContents, blocking until an expected title is
// set.
class TitleWatcher : public WebContentsObserver {

Powered by Google App Engine
This is Rietveld 408576698