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

Unified Diff: chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.h

Issue 158953002: Spoken feedback sounds for user photo capture/discard at image picker added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PlaySystemSound... functions introduced according to latest changes. Created 6 years, 10 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/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.h
index 8fcf3fb2112fb22b823353ddd2f6cc78dc36992c..7d7a0735e038caeb8873cb69cc03135aa999b8b0 100644
--- a/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.h
@@ -124,6 +124,8 @@ class LocallyManagedUserCreationScreenHandler : public BaseScreenHandler {
void HandleGetImages();
void HandlePhotoTaken(const std::string& image_url);
+ void HandleTakePhoto();
+ void HandleDiscardPhoto();
void HandleCheckCameraPresence();
void HandleSelectImage(const std::string& image_url,
const std::string& image_type);

Powered by Google App Engine
This is Rietveld 408576698