diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-18 21:48:55 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-18 21:48:55 +0000 |
commit | 8a45312a31b186af8076913d2fb663008b73c618 (patch) | |
tree | 8e4d8b76d599777f7949f1a88cb0446cf3e6bbbc /chrome/test/data/extensions/app2 | |
parent | 3a1799426cd7f28e52837c040e7b19159def2b14 (diff) | |
download | chromium_src-8a45312a31b186af8076913d2fb663008b73c618.zip chromium_src-8a45312a31b186af8076913d2fb663008b73c618.tar.gz chromium_src-8a45312a31b186af8076913d2fb663008b73c618.tar.bz2 |
Revert r50278.
TBR=rafaelw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/extensions/app2')
-rw-r--r-- | chrome/test/data/extensions/app2/manifest.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/test/data/extensions/app2/manifest.json b/chrome/test/data/extensions/app2/manifest.json deleted file mode 100644 index b32b5c2..0000000 --- a/chrome/test/data/extensions/app2/manifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Test App 2", - "version": "1", - "app": { - "web_content": { - "origin": "http://www.example.com/", - "paths": ["path3", "path4"] - }, - "launch": { - "web_url": "foo.html" - } - } -} |