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

Unified Diff: chrome/test/data/extensions/api_test/lazy_background_page/event_page_with_web_iframe/manifest.json

Issue 2028873002: Fix event page process cleanup when running in --isolate-extensions mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup empty lines and formatting. Created 4 years, 7 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/api_test/lazy_background_page/event_page_with_web_iframe/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/event_page_with_web_iframe/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/event_page_with_web_iframe/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..cfabd7af8f3fa78794c385b02706fbaf9beff335
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/event_page_with_web_iframe/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Event page with web iframe",
+ "version": "1.0",
+ "background": {
+ "page": "event_page.html",
+ "persistent": false
+ },
+ "permissions": [
+ "activeTab"
+ ],
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698