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

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

Issue 12150004: Category group support/Renamings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed review comments + lint errors. Created 7 years, 9 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 ade8dfb4170695786ee5ae786f406641002e391a..981b15edafd9573ca7835ae811ffa535c5a5d9c6 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& category_patterns);
// Pass-through to AutomationProxy::EndTracing.
std::string EndTracing();

Powered by Google App Engine
This is Rietveld 408576698