Chromium Code Reviews| 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 { |