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

Unified Diff: chrome/third_party/chromevox/extensions/searchvox/constants.js

Issue 274963004: Update latest ChromeVox from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/third_party/chromevox/extensions/searchvox/constants.js
diff --git a/chrome/third_party/chromevox/extensions/searchvox/constants.js b/chrome/third_party/chromevox/extensions/searchvox/constants.js
deleted file mode 100644
index 2070b49c4f8c6e9edcec23853150b04aa9ac1e58..0000000000000000000000000000000000000000
--- a/chrome/third_party/chromevox/extensions/searchvox/constants.js
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2013 Google Inc. All Rights Reserved.
-
-/**
- * @fileoverview Constants for Search.
- * @author peterxiao@google.com (Peter Xiao)
- */
-
-goog.provide('cvox.SearchConstants');
-
-/**
- * @constructor
- */
-cvox.SearchConstants = function() {
-};
-
-/**
- * Keycodes.
- */
-cvox.SearchConstants.KeyCode = {
- UP: 38,
- DOWN: 40,
- PAGE_UP: 33,
- PAGE_DOWN: 34,
- LEFT: 37,
- RIGHT: 39,
- ENTER: 13,
- ESC: 27
-};

Powered by Google App Engine
This is Rietveld 408576698