Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/webstore_private/common.js |
| diff --git a/chrome/test/data/extensions/api_test/webstore_private/common.js b/chrome/test/data/extensions/api_test/webstore_private/common.js |
| index 1021877fc0b07b00dca55cc80524ef1d4da4e2f3..cf1ed3d6ca11c3f39eeed11f975bf82fa820ede6 100644 |
| --- a/chrome/test/data/extensions/api_test/webstore_private/common.js |
| +++ b/chrome/test/data/extensions/api_test/webstore_private/common.js |
| @@ -90,7 +90,9 @@ function installAndCleanUp(installOptions, whileInstalled) { |
| whileInstalled(); |
| - chrome.management.uninstall(extensionId, {}, callbackPass()); |
| + chrome.test.runWithUserGesture(function() { |
|
not at google - send to devlin
2014/01/16 05:07:39
also need a callbackPass around this one
meacer
2014/01/16 18:59:40
Done.
|
| + chrome.management.uninstall(extensionId, {}, callbackPass()); |
| + }); |
| })); |
| })); |
| } |