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

Unified Diff: chrome/test/pyautolib/pyautolib.i

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/pyautolib/pyautolib.i
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
index ba9eb84e1d436d70084820e4726bab160e490dca..ce40b2d065a3e420448071a6c28579f8b0fbb267 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -128,9 +128,9 @@ class PyUITestBase {
void AppendBrowserLaunchSwitch(const char* name);
void AppendBrowserLaunchSwitch(const char* name, const char* value);
- %feature("docstring", "Begins tracing with the given category string.")
+ %feature("docstring", "Begins tracing with the given tag_patterns string.")
BeginTracing;
- bool BeginTracing(const std::string& categories);
+ bool BeginTracing(const std::string& tag_patterns);
%feature("docstring", "Ends tracing and returns the collected events.")
EndTracing;

Powered by Google App Engine
This is Rietveld 408576698