Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4887)

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 7523063: Add a hook for capturing a user profile photo and saving it to file and local state. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698