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

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

Issue 270793002: webstorePrivate: Support an |authuser| property in beginInstallWithManifest3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Let authuser pass thru as a string rather than forcing int Created 6 years, 7 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/common/extensions/api/webstore_private.json ('k') | extensions/common/constants.h » ('j') | 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/begin_install.html
diff --git a/chrome/test/data/extensions/api_test/webstore_private/begin_install.html b/chrome/test/data/extensions/api_test/webstore_private/begin_install.html
index 7a59ad532b1eb71cb886a396999e38bfab52ba19..b860d440e83cd982c2daf58c46b41a53e916d027 100644
--- a/chrome/test/data/extensions/api_test/webstore_private/begin_install.html
+++ b/chrome/test/data/extensions/api_test/webstore_private/begin_install.html
@@ -10,7 +10,7 @@ runTests([
function beginInstallWithAppBubble() {
var manifest = getManifest("app/manifest.json");
chrome.webstorePrivate.beginInstallWithManifest3(
- {id: appId, manifest: manifest, appInstallBubble: true},
+ {id: appId, manifest: manifest, appInstallBubble: true, authuser: "2"},
callbackPass(function(result) {
assertEq("", result);
}));
« no previous file with comments | « chrome/common/extensions/api/webstore_private.json ('k') | extensions/common/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698