summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 18:47:01 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 18:47:01 +0000
commit48db7e044852d7858f3eee3ea395d1670bbfeffc (patch)
treeb654b317338579c24ab922deafa37c9c8e2b0082 /chrome/test/data
parentaa42765cac1851ce275ceae6dddf7ef00774ee00 (diff)
downloadchromium_src-48db7e044852d7858f3eee3ea395d1670bbfeffc.zip
chromium_src-48db7e044852d7858f3eee3ea395d1670bbfeffc.tar.gz
chromium_src-48db7e044852d7858f3eee3ea395d1670bbfeffc.tar.bz2
Revert r55750
TBR=mirandac@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r--chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json18
-rw-r--r--chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.json18
2 files changed, 0 insertions, 36 deletions
diff --git a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json b/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
deleted file mode 100644
index 8cca112..0000000
--- a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "test",
- "version": "1",
- "app": {
- "urls": [
- "http://www.google.com/mail/",
- "http://www.google.com/foobar/"
- ],
- "launch": {
- "container": "window",
- "web_url": "http://www.google.com/mail/"
- }
- },
- "permissions": [
- "notifications"
- ],
- "browser_action": {}
-}
diff --git a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.json b/chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.json
deleted file mode 100644
index bad2e6c..0000000
--- a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "test",
- "version": "1",
- "app": {
- "urls": [
- "http://www.google.com/mail/",
- "http://www.google.com/foobar/"
- ],
- "launch": {
- "container": "window",
- "web_url": "http://www.google.com/mail/"
- }
- },
- "permissions": [
- "notifications"
- ],
- "background_page": "foo.html"
-}