| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index 49962513e67f57f6e965e9ededfe2b898dc54591..ebb1d0e2ef573a439d56cfe3675a2fd5b98c96ca 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);
|
|
|
|
|