summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html')
-rw-r--r--chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
deleted file mode 100644
index 468828e6fb7..00000000000
--- a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML>
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. -->
-<html>
-<head>
-<title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title>
-<style type="text/css">
-h2 {
- font-family:arial;
-}
-</style>
-<script type="text/javascript" src="../../closure/base.js"></script>
-<script type="text/javascript" src="../../deps.js"></script>
-<script type="text/javascript" src="kbexplorer_loader.js"></script>
-
-<script type="text/javascript" src="../../chromeVoxKbExplorerScript.js"></script>
-
-</head>
-<body>
- <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2>
- <p class="i18n" msgid="kbexplorer_instructions">
- Press any key to learn its name. Ctrl + W will close the keyboard explorer.
- </p>
-</body>
-</html>