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

Unified Diff: chrome/test/data/extensions/api_test/webstore_private/install_bundle_invalid.html

Issue 9837054: Improve WebstoreInstaller error handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webstore_private/install_bundle_invalid.html
diff --git a/chrome/test/data/extensions/api_test/webstore_private/install_bundle_invalid.html b/chrome/test/data/extensions/api_test/webstore_private/install_bundle_invalid.html
index a144718c9a1c9cdf36ce0d8a03eac930e6a23a5b..f27baea1f1b60ddc4b0776df5e9181868f885497 100644
--- a/chrome/test/data/extensions/api_test/webstore_private/install_bundle_invalid.html
+++ b/chrome/test/data/extensions/api_test/webstore_private/install_bundle_invalid.html
@@ -23,20 +23,20 @@ var bundleItems = [
localizedName: 'extension.1'
},
{
- id: 'pkapffpjmiilhlhbibjhamlmdhfneidj',
+ id: 'pkapffpjmiilhlhbibjhamlmdhfneidj', // No CRX, 404.
manifest: getManifest('bundle/extension2.json'),
localizedName: 'extension.2'
}
];
var installed = [
- 'begfmnajjkbjdgmffnjaojchoncnmngg',
- 'pkapffpjmiilhlhbibjhamlmdhfneidj'
+ 'begfmnajjkbjdgmffnjaojchoncnmngg'
];
var failed = [
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
- 'bmfoocgfinpmkmlbjhcbofejhkhlbchk'
+ 'bmfoocgfinpmkmlbjhcbofejhkhlbchk',
+ 'pkapffpjmiilhlhbibjhamlmdhfneidj'
];
runTests([
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698