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

Unified Diff: chrome/test/data/extensions/api_test/window_open/panel_not_enabled/manifest.json

Issue 2263863002: Remove implementation of Panels on OSes other than ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback Created 4 years, 4 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/window_open/panel_not_enabled/manifest.json
diff --git a/chrome/test/data/extensions/api_test/window_open/panel_not_enabled/manifest.json b/chrome/test/data/extensions/api_test/window_open/panel_not_enabled/manifest.json
deleted file mode 100644
index e5bb7d72a270cfae0b97d3dd4a73386f6562d891..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/window_open/panel_not_enabled/manifest.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "window/create.panel not enabled",
- "version": "0.1",
- "manifest_version": 2,
- "description": "Tests window.create with panel type when --enable-panels not set.",
- "background": {
- "page": "test.html"
- },
- "permissions": ["tabs"]
-}

Powered by Google App Engine
This is Rietveld 408576698