Index: chrome/test/data/extensions/api_test/old_page_actions/page.html |
=================================================================== |
--- chrome/test/data/extensions/api_test/old_page_actions/page.html (revision 0) |
+++ chrome/test/data/extensions/api_test/old_page_actions/page.html (revision 0) |
@@ -0,0 +1,13 @@ |
+<html> |
+<body> |
+<script> |
+ |
+// Enable the page action on this tab. |
+chrome.tabs.getSelected(null, function(tab) { |
+ chrome.pageActions.enableForTab("action", {"tabId":tab.id, "url":tab.url}); |
+ chrome.test.notifyPass(); |
+}); |
+ |
+</script> |
+</body> |
+</html> |
Property changes on: chrome\test\data\extensions\api_test\old_page_actions\page.html |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |