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

Unified Diff: chrome/test/ui/ui_test.h

Issue 11823016: Trace category groups and category filter. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Tagged category support cleanup, parameter renaming, documentation updated. Created 7 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
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 98c75fe04785285d96bf1fb9e84c460400def7f2..9b00685fc60e8e38da21c2e2768d171e6d4de2ac 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -237,7 +237,7 @@ class UITestBase {
void AppendBrowserLaunchSwitch(const char* name, const char* value);
// Pass-through to AutomationProxy::BeginTracing.
- bool BeginTracing(const std::string& categories);
+ bool BeginTracing(const std::string& tag_patterns);
// Pass-through to AutomationProxy::EndTracing.
std::string EndTracing();

Powered by Google App Engine
This is Rietveld 408576698