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