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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 1b8f2c8a8649ba157673e5106436a9425b9c59ea..b7308f3427b433d7a08630daee28d4466962dcea 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
@@ -48,4 +48,5 @@ PanelCommandType = {
DISABLE_MENUS: 'disable_menus',
SEARCH: 'search',
TUTORIAL: 'tutorial',
+ UPDATE_NOTES: 'update_notes',
};

Powered by Google App Engine
This is Rietveld 408576698