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

Side by Side Diff: chrome/test/data/extensions/samples/icon_size_test/background.html

Issue 286001: Allow slightly larger browser and page action icons. (Closed)
Patch Set: erikkay comments 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 chrome.tabs.getSelected(null, function(tab) {
5 chrome.pageActions.enableForTab("foo", {tabId: tab.id, url:tab.url});
6 });
7 </script>
8 </head>
9 </html>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/extension_process_bindings.js ('k') | chrome/test/data/extensions/samples/icon_size_test/icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698