| 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);
|
| }));
|
|
|