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

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: Added destructor for CategoryFilter class per CQ failure. Created 7 years, 8 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
« no previous file with comments | « chrome/test/pyautolib/pyautolib.i ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/test/pyautolib/pyautolib.i ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698