| 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 b8211d4428305d158251a1bc6eca8201e0745403..44ef8d451e1b8be863b2134c36ca5d9bc4225459 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1227,6 +1227,10 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void SetVolume(base::DictionaryValue* args, IPC::Message* reply_message);
|
|
|
| void SetMute(base::DictionaryValue* args, IPC::Message* reply_message);
|
| +
|
| + void CaptureProfilePhoto(Browser* browser,
|
| + DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| void WaitForTabCountToBecome(int browser_handle,
|
|
|