Commit 6de401cb authored by Juan Pablo de Lima's avatar Juan Pablo de Lima Committed by Commit Bot

Fix naming in extension function declaration of restoreCameraPreset.

Bug: 1084325
Change-Id: I151b5ca66e420dae91feaff8e47f56aaffe4d03b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207923Reviewed-by: default avatarZachary Kuznia <zork@chromium.org>
Reviewed-by: default avatarBen Wells <benwells@chromium.org>
Commit-Queue: Juan Pablo De Lima <jpdelima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772106}
parent 9fbaf941
...@@ -222,7 +222,7 @@ class WebcamPrivateSetHomeFunction : public ExtensionFunction { ...@@ -222,7 +222,7 @@ class WebcamPrivateSetHomeFunction : public ExtensionFunction {
class WebcamPrivateRestoreCameraPresetFunction : public ExtensionFunction { class WebcamPrivateRestoreCameraPresetFunction : public ExtensionFunction {
public: public:
WebcamPrivateRestoreCameraPresetFunction(); WebcamPrivateRestoreCameraPresetFunction();
DECLARE_EXTENSION_FUNCTION("webcamPrivate.callCameraPreset", DECLARE_EXTENSION_FUNCTION("webcamPrivate.restoreCameraPreset",
WEBCAMPRIVATE_RESTORE_CAMERA_PRESET) WEBCAMPRIVATE_RESTORE_CAMERA_PRESET)
protected: protected:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment