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

Unified Diff: chrome/browser/resources/chromeos/chromevox_next/background/background.js

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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/browser/resources/chromeos/chromevox_next/background/background.js
diff --git a/tools/telemetry/unittest_data/autotest_ext/background.js b/chrome/browser/resources/chromeos/chromevox_next/background/background.js
similarity index 71%
copy from tools/telemetry/unittest_data/autotest_ext/background.js
copy to chrome/browser/resources/chromeos/chromevox_next/background/background.js
index 1513ac09fac4e3587b7fc8195ccbb8bd60a0d229..b1d26040c08d60080bcea322b8d796b5b24f185d 100644
--- a/tools/telemetry/unittest_data/autotest_ext/background.js
+++ b/chrome/browser/resources/chromeos/chromevox_next/background/background.js
@@ -2,3 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+/**
+ * @fileoverview The next generation version of ChromeVox.
+ */

Powered by Google App Engine
This is Rietveld 408576698