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

Unified Diff: chrome/test/data/extensions/api_test/permissions/enabled/background.js

Issue 106973003: Rename experimental.accessibility to accessibilityPrivate (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix failing tests Created 6 years, 9 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/test/data/extensions/api_test/permissions/enabled/background.js
diff --git a/chrome/test/data/extensions/api_test/permissions/enabled/background.js b/chrome/test/data/extensions/api_test/permissions/enabled/background.js
index b4dd2146b701ab3ee2e3774835d47618f4e3378c..86a1fd9cb0f55ea564ffec6845c795358ece9288 100644
--- a/chrome/test/data/extensions/api_test/permissions/enabled/background.js
+++ b/chrome/test/data/extensions/api_test/permissions/enabled/background.js
@@ -8,20 +8,6 @@
var pass = chrome.test.callbackPass;
chrome.test.runTests([
- function experimental() {
not at google - send to devlin 2014/04/01 14:31:57 This is fine. You could try using experimental.dev
- // Test that use of an experimental API works.
- // If/when chrome.experimental.accessibility is moved out of
- // experimental, this test needs to be updated.
- chrome.tabs.getSelected(null, function(tab) {
- try {
- chrome.experimental.accessibility.getAlertsForTab(
- tab.id, pass(function(alerts) {}));
- } catch (e) {
- chrome.test.fail();
- }
- });
- },
-
function history() {
try {
var query = { 'text': '', 'maxResults': 1 };

Powered by Google App Engine
This is Rietveld 408576698