| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index 657dc3a6dab815157f02aed1e038026295dfbd3b..88563855e9373175e9537e727cbcd39c6341d593 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -256,7 +256,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& tag_patterns, bool* success);
|
| void EndTracing(IPC::Message* reply_message);
|
| void GetTracingOutput(std::string* chunk, bool* success);
|
|
|
|
|