diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/extensions/api_test/page_action/update.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/api_test/page_action/update.html b/chrome/test/data/extensions/api_test/page_action/update.html index ba38b7f..d8952c0 100644 --- a/chrome/test/data/extensions/api_test/page_action/update.html +++ b/chrome/test/data/extensions/api_test/page_action/update.html @@ -6,9 +6,6 @@ chrome.tabs.getSelected(null, function(tab) { chrome.pageAction.show(tab.id); chrome.pageAction.setTitle({title: "Modified", tabId: tab.id}); - chrome.pageAction.setBadgeText({text: "badge", tabId: tab.id}); - chrome.pageAction.setBadgeBackgroundColor( - {color: [255,255,255,255], tabId: tab.id}); chrome.test.notifyPass(); }); |