| Index: chrome/test/pyautolib/pyautolib.i
|
| diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
|
| index 6f17123d2f42cf180a497809578f52d93f7be89d..9e94f50a52fe2e037dace76ce7dce5c2a76477ee 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;
|
|
|