Chromium Code Reviews

Unified Diff: chrome/test/data/extensions/api_test/browser_action/open_popup/open_popup_succeeds.html

Issue 25305002: Implement initial chrome.browserAction.openPopup API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/data/extensions/api_test/browser_action/open_popup/open_popup_succeeds.html
diff --git a/chrome/test/data/extensions/api_test/browser_action/open_popup/open_popup_succeeds.html b/chrome/test/data/extensions/api_test/browser_action/open_popup/open_popup_succeeds.html
new file mode 100644
index 0000000000000000000000000000000000000000..64a8ea4d2a60e3d632bfc09c8352be2d353daee3
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/browser_action/open_popup/open_popup_succeeds.html
@@ -0,0 +1 @@
+<script src="open_popup_succeeds.js"></script>

Powered by Google App Engine