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

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

Issue 12150004: Category group support/Renamings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: More renamings and category filter cleanups. Created 7 years, 10 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 b539b745dfe0074b8ba77996d434d3e0178bdf2f..5f0a21e83a01c9a6a683663103f0cd1388d9ca6f 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -130,9 +130,10 @@ 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 category_patterns"
+ "string.")
BeginTracing;
- bool BeginTracing(const std::string& categories);
+ bool BeginTracing(const std::string& category_patterns);
%feature("docstring", "Ends tracing and returns the collected events.")
EndTracing;

Powered by Google App Engine
This is Rietveld 408576698