| 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 812763484fcdd13e01a13581486587e2035a2b42..3b49e4de40e923a90ec646842471e8082e5b15e2 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1243,6 +1243,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,
|
|
|