| Index: chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h b/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h
|
| index f653b71f0be5c733f339178884fb83f5e66f80be..30006db0efb9ccac286dc8cabda0bad537b3240a 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h
|
| @@ -68,9 +68,15 @@ class ChangePictureOptionsHandler : public ::options::OptionsPageUIHandler,
|
| // Opens a file selection dialog to choose user image from file.
|
| void HandleChooseFile(const base::ListValue* args);
|
|
|
| + // Handles 'take-photo' button click.
|
| + void HandleTakePhoto(const base::ListValue* args);
|
| +
|
| // Handles photo taken with WebRTC UI.
|
| void HandlePhotoTaken(const base::ListValue* args);
|
|
|
| + // Handles 'discard-photo' button click.
|
| + void HandleDiscardPhoto(const base::ListValue* args);
|
| +
|
| // Handles camera presence check request.
|
| void HandleCheckCameraPresence(const base::ListValue* args);
|
|
|
|
|