diff options
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r-- | chrome/test/ui/ui_test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index b7d8968..e6c893f 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -244,6 +244,12 @@ class UITestBase { // browser when launched. void AppendBrowserLaunchSwitch(const char* name, const char* value); + // Pass-through to AutomationProxy::BeginTracing. + bool BeginTracing(const std::string& categories); + + // Pass-through to AutomationProxy::EndTracing. + std::string EndTracing(); + protected: // String to display when a test fails because the crash service isn't // running. |