| Index: chrome/common/extensions/api/accessibility_private.json
|
| diff --git a/chrome/common/extensions/api/accessibility_private.json b/chrome/common/extensions/api/accessibility_private.json
|
| index 8229c6f0b5ab839d4b43104764ba7b86088a9d96..0b874da2429c64d47c67b0051bbd9793008ad313 100644
|
| --- a/chrome/common/extensions/api/accessibility_private.json
|
| +++ b/chrome/common/extensions/api/accessibility_private.json
|
| @@ -35,7 +35,7 @@
|
| {
|
| "id": "Gesture",
|
| "type": "string",
|
| - "enum": [ "doubleTap", "swipeLeft1", "swipeUp1", "swipeRight1", "swipeDown1", "swipeLeft2", "swipeUp2", "swipeRight2", "swipeDown2", "swipeLeft3", "swipeUp3", "swipeRight3", "swipeDown3", "swipeLeft4", "swipeUp4", "swipeRight4", "swipeDown4" ],
|
| + "enum": [ "click", "swipeLeft1", "swipeUp1", "swipeRight1", "swipeDown1", "swipeLeft2", "swipeUp2", "swipeRight2", "swipeDown2", "swipeLeft3", "swipeUp3", "swipeRight3", "swipeDown3", "swipeLeft4", "swipeUp4", "swipeRight4", "swipeDown4" ],
|
| "description": "Accessibility gestures fired by the touch exploration controller."
|
| }
|
| ],
|
|
|