Chromium Code Reviews| 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" |
|
dsinclair
2013/03/21 18:18:53
Need a space after patterns.
rterrazas
2013/03/22 03:58:43
Done.
|
| + "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; |