| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index 737e7d5fd53f0aca7ebb019e113379268beef68b..7f4244ae8ce5d4897491b4b0fbc671760f0a0bd0 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -461,6 +461,12 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
|
| DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| + // Import the given settings from the given browser.
|
| + // Uses the JSON interface for input/output.
|
| + void ImportSettings(Browser* browser,
|
| + DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| +
|
| // Fill in an AutoFillProfile with the given profile information.
|
| // Uses the JSON interface for input/output.
|
| void FillAutoFillProfile(Browser* browser,
|
|
|