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

Unified Diff: ppapi/tests/extensions/popup/popup.html

Issue 1414783002: Don't keep the lazy background page alive after a view with a Pepper plugin is closed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ppapi/tests/extensions/popup/module.cc ('k') | ppapi/tests/extensions/popup/popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/extensions/popup/popup.html
diff --git a/ppapi/tests/extensions/popup/popup.html b/ppapi/tests/extensions/popup/popup.html
new file mode 100644
index 0000000000000000000000000000000000000000..5f18ca7851af85d45dc42f2664043f422060439b
--- /dev/null
+++ b/ppapi/tests/extensions/popup/popup.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Popup with NaCl embed App test</title>
+ <script src="popup.js"></script>
+</head>
+<body>
+ <embed id="nacl_module" src="ppapi_tests_extensions_popup.nmf"
+ type="application/x-nacl" />
+</body>
+</html>
« no previous file with comments | « ppapi/tests/extensions/popup/module.cc ('k') | ppapi/tests/extensions/popup/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698