summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/uitest
diff options
context:
space:
mode:
authorjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 02:32:03 +0000
committerjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 02:32:03 +0000
commit353853301c360c31da37d0c860a7ef1087bf8681 (patch)
tree11898aaf129bfebebbec82dc195c290ae89df5de /chrome/test/data/extensions/uitest
parent8ec9e52ddca20b7241deaff1e61b52392c87e336 (diff)
downloadchromium_src-353853301c360c31da37d0c860a7ef1087bf8681.zip
chromium_src-353853301c360c31da37d0c860a7ef1087bf8681.tar.gz
chromium_src-353853301c360c31da37d0c860a7ef1087bf8681.tar.bz2
Remove CrxInstaller::SetWhitelistedInstallId and related code.
This has been deprecated by CrxInstaller::WhitelistEntry, which includes additional checks like the extension's parsed manifest. BUG=100584 TEST=existing Review URL: https://chromiumcodereview.appspot.com/9802008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/extensions/uitest')
-rw-r--r--chrome/test/data/extensions/uitest/plugins.crxbin145386 -> 0 bytes
-rw-r--r--chrome/test/data/extensions/uitest/plugins/manifest.json3
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/data/extensions/uitest/plugins.crx b/chrome/test/data/extensions/uitest/plugins.crx
deleted file mode 100644
index acd205ab..0000000
--- a/chrome/test/data/extensions/uitest/plugins.crx
+++ /dev/null
Binary files differ
diff --git a/chrome/test/data/extensions/uitest/plugins/manifest.json b/chrome/test/data/extensions/uitest/plugins/manifest.json
index 4cdfd5d..c9ee2fe 100644
--- a/chrome/test/data/extensions/uitest/plugins/manifest.json
+++ b/chrome/test/data/extensions/uitest/plugins/manifest.json
@@ -7,5 +7,6 @@
{"path": "plugin.dll", "public": true},
{"path": "plugin32.so", "public": true},
{"path": "plugin64.so", "public": true}
- ]
+ ],
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDj9LZkfWJsVHxsiciugy+jRvNZxg+OXdTL6KZknEUZ9T1cAkeAHiIsedp2ltg/pLnpFx8U7YUG88W4p+PSSkmqMHKPOzav9hIfwTi3FHZUEqWaTs76UUegefdZtZsCA1omSDP7tIClsyWVSnv92njT1FZV/zHj9AmxtinaheQ2WQIDAQAB"
}