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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/samples/icon_size_test/background.html
diff --git a/chrome/test/data/extensions/samples/icon_size_test/background.html b/chrome/test/data/extensions/samples/icon_size_test/background.html
new file mode 100755
index 0000000000000000000000000000000000000000..e1fad9a0f0d04345e19281f51a1da18599f56f8a
--- /dev/null
+++ b/chrome/test/data/extensions/samples/icon_size_test/background.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+<script>
+chrome.tabs.getSelected(null, function(tab) {
+ chrome.pageActions.enableForTab("foo", {tabId: tab.id, url:tab.url});
+});
+</script>
+</head>
+</html>
« 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