| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 79a55c6ebde69f4df6efffc439152c0ec26eac87..1136c68ebff299fbab7cec4b546312c875655188 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -489,14 +489,12 @@ class TestingAutomationProvider : public AutomationProvider,
|
|
|
| // Get info about preferences stored in Local State.
|
| // Uses the JSON interface for input/output.
|
| - void GetLocalStatePrefsInfo(Browser* browser,
|
| - base::DictionaryValue* args,
|
| + void GetLocalStatePrefsInfo(base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| // Set local state prefs.
|
| // Uses the JSON interface for input/output.
|
| - void SetLocalStatePrefs(Browser* browser,
|
| - base::DictionaryValue* args,
|
| + void SetLocalStatePrefs(base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| // Get info about preferences.
|
|
|