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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Fix Ozone by only activating panel when fullscreen Created 4 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/resources/chromeos/chromevox/cvox2/background/panel_command.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
index 473a3054a7f8d81d0d34ef743d72bfaa1f23c8d8..3e48a076165699f787950215dabe7a6e1a07efa5 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
@@ -43,4 +43,7 @@ PanelCommandType = {
ADD_NORMAL_SPEECH: 'add_normal_speech',
ADD_ANNOTATION_SPEECH: 'add_annotation_speech',
UPDATE_BRAILLE: 'update_braille',
+ OPEN_MENUS: 'open_menus',
+ ENABLE_MENUS: 'enable_menus',
+ DISABLE_MENUS: 'disable_menus',
};

Powered by Google App Engine
This is Rietveld 408576698