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

Unified Diff: chrome/test/data/extensions/api_test/context_menus/basics/test.js

Issue 2840038: Move context menu module out of experimental. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: kathy changes Created 10 years, 5 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/context_menus/basics/test.js
diff --git a/chrome/test/data/extensions/api_test/context_menus/test.js b/chrome/test/data/extensions/api_test/context_menus/basics/test.js
similarity index 96%
rename from chrome/test/data/extensions/api_test/context_menus/test.js
rename to chrome/test/data/extensions/api_test/context_menus/basics/test.js
index 65ca7d99849d2507e79635467b6eeae67bd39e94..b1e5c1ca1623664675d046ebd9eac3da94c7c4a2 100644
--- a/chrome/test/data/extensions/api_test/context_menus/test.js
+++ b/chrome/test/data/extensions/api_test/context_menus/basics/test.js
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-if (!chrome.contextMenus) {
- chrome.contextMenus = chrome.experimental.contextMenus;
-}
-
var assertNoLastError = chrome.test.assertNoLastError;
var tests = [
@@ -88,4 +84,3 @@ for (var i in contexts) {
}
chrome.test.runTests(tests);
-

Powered by Google App Engine
This is Rietveld 408576698