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

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

Issue 7735001: Add a iconUrl parameter to webstorePrivate.beginInstallWithManifest2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 4 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 68be87212a50d1b7fa2e37df933368dd7d33d119..52fe4883ab5f2a36c2d64b451f615e485fba8416 100644
--- a/chrome/browser/extensions/extension_webstore_private_apitest.cc
+++ b/chrome/browser/extensions/extension_webstore_private_apitest.cc
@@ -113,3 +113,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateApiTest,
AppInstallBubble) {
ASSERT_TRUE(RunInstallTest("app_install_bubble.html", "app.crx"));
}
+
+// Tests using the iconUrl parameter to the install function.
+IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateApiTest,
+ IconUrl) {
+ ASSERT_TRUE(RunInstallTest("icon_url.html", "extension.crx"));
+}
« no previous file with comments | « chrome/browser/extensions/extension_webstore_private_api.cc ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698