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

Unified Diff: chrome/test/data/extensions/context_menus/target_urls/test.js

Issue 7057029: For extension context menus, only apply targetUrlPatterns to appropriate contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Copyright Header Created 9 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/context_menus/target_urls/test.js
diff --git a/chrome/test/data/extensions/context_menus/target_urls/test.js b/chrome/test/data/extensions/context_menus/target_urls/test.js
index e32099feab1d7d857729f75271ec99be46497f3c..9742bfd9edda0ef4b50acf8aa34691bfc7d41256 100644
--- a/chrome/test/data/extensions/context_menus/target_urls/test.js
+++ b/chrome/test/data/extensions/context_menus/target_urls/test.js
@@ -1,10 +1,10 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
window.onload = function() {
var patterns = [ "http://*.google.com/*" ];
- chrome.contextMenus.create({"title":"item1", "contexts": ["all"],
+ chrome.contextMenus.create({"title":"item1", "contexts": ["link"],
"targetUrlPatterns": patterns}, function() {
if (!chrome.extension.lastError) {
chrome.test.sendMessage("created items");
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698