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

Unified Diff: chrome/browser/extensions/extension_webstore_private_apitest.cc

Issue 9959079: Remove chrome.webstorePrivate.silentlyInstall. (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
Index: chrome/browser/extensions/extension_webstore_private_apitest.cc
diff --git a/chrome/browser/extensions/extension_webstore_private_apitest.cc b/chrome/browser/extensions/extension_webstore_private_apitest.cc
index 648943518ad01e3ec7c802f8dd81079a2e346659..9d2a836c805a51e21854f64a7a4180fd9cc2f520 100644
--- a/chrome/browser/extensions/extension_webstore_private_apitest.cc
+++ b/chrome/browser/extensions/extension_webstore_private_apitest.cc
@@ -311,17 +311,6 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateApiTest,
ASSERT_TRUE(RunInstallTest("icon_url.html", "extension.crx"));
}
-// Tests using silentlyInstall to install extensions.
-IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateBundleTest, SilentlyInstall) {
- WebstorePrivateApi::SetTrustTestIDsForTesting(true);
-
- PackCRX("bmfoocgfinpmkmlbjhcbofejhkhlbchk", "extension1.json");
- PackCRX("mpneghmdnmaolkljkipbhaienajcflfe", "extension2.json");
- PackCRX("begfmnajjkbjdgmffnjaojchoncnmngg", "app2.json");
-
- ASSERT_TRUE(RunPageTest(GetTestServerURL("silently_install.html").spec()));
-}
-
// Tests successfully installing a bundle of 2 apps and 2 extensions.
IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateBundleTest, InstallBundle) {
extensions::BundleInstaller::SetAutoApproveForTesting(true);
« no previous file with comments | « chrome/browser/extensions/extension_webstore_private_api.cc ('k') | chrome/common/extensions/api/webstorePrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698