| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index 1c5b8b6680efa16491f3ff1da281bd3090307e85..6d5f6c01a4d6fcc69e95579328c76ac64c6a14ff 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -255,7 +255,7 @@ class AutomationProvider
|
| // for information on the arguments.
|
| void JavaScriptStressTestControl(int handle, int cmd, int param);
|
|
|
| - void BeginTracing(const std::string& categories, bool* success);
|
| + void BeginTracing(const std::string& category_patterns, bool* success);
|
| void EndTracing(IPC::Message* reply_message);
|
| void GetTracingOutput(std::string* chunk, bool* success);
|
|
|
|
|