| 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;
|
|
|