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

Side by Side Diff: chrome/test/data/extensions/api_test/browser_action/background.html

Issue 276010: Remove the implicit wrench menu items for browser actions. (Closed)
Patch Set: Rebase Created 11 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 // Called when the user clicks on the browser action.
5 chrome.browserAction.onClicked.addListener(function(windowId) {
6 chrome.tabs.executeScript(null, {code:"document.body.bgColor='red'"});
7 });
8
9 chrome.test.notifyPass();
10 </script>
11 </head>
12 </html>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/extension_process_bindings.js ('k') | chrome/test/data/extensions/api_test/browser_action/icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698