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

Unified Diff: chrome/test/data/extensions/platform_apps/ephemeral_launcher/webstore_common.js

Issue 389613006: Prevent duplicate concurrent installs of the same extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed update of webstore_result Created 6 years, 5 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/platform_apps/ephemeral_launcher/webstore_common.js
diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/webstore_common.js b/chrome/test/data/extensions/platform_apps/ephemeral_launcher/webstore_common.js
index f24f68285b624cdc463def45d178c42932c31f58..f79d086eb181d812558c4662bf91f3d5604b2838 100644
--- a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/webstore_common.js
+++ b/chrome/test/data/extensions/platform_apps/ephemeral_launcher/webstore_common.js
@@ -19,6 +19,8 @@ var kUnsupportedExtensionTypeError =
// App ids.
var kDefaultAppId = "kbiancnbopdghkfedjhfdoegjadfjeal";
var kDefaultAppManifestPath = "app/manifest.json";
+var kAppWithPermissionsId = "mbfcnecjknjpipkfkoangpfnhhlpamki";
+var kAppWithPermissionsManifestPath = "app_with_permissions/manifest.json";
var kExtensionId = "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeid";
var assertEq = chrome.test.assertEq;

Powered by Google App Engine
This is Rietveld 408576698