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

Unified Diff: chrome/test/data/extensions/api_test/page_action_popup/background.html

Issue 339091: API test for CL http://codereview.chromium.org/347016 (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/page_action_popup/icon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/page_action_popup/background.html
diff --git a/chrome/test/data/extensions/api_test/page_action_popup/background.html b/chrome/test/data/extensions/api_test/page_action_popup/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..00f654a0124ac169d499c27ca87323e0250f8bbe
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/page_action_popup/background.html
@@ -0,0 +1,6 @@
+<script>
+ chrome.tabs.getSelected(null, function(tab) {
+ chrome.pageAction.show(tab.id);
+ chrome.test.notifyPass();
+ });
+</script>
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/page_action_popup/icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698