Chromium Code Reviews| Index: appengine/swarming/elements/res/imp/common/swarming-app.html |
| diff --git a/appengine/swarming/elements/res/imp/common/swarming-app.html b/appengine/swarming/elements/res/imp/common/swarming-app.html |
| index 9bb66b18824d74790a4432652f0bad4eb2582fcf..e487a6c05a5a02501d4eb9eacf250292bb31e30c 100644 |
| --- a/appengine/swarming/elements/res/imp/common/swarming-app.html |
| +++ b/appengine/swarming/elements/res/imp/common/swarming-app.html |
| @@ -113,6 +113,16 @@ |
| value: false, |
| notify:true, |
| }, |
| + permissions: { |
| + type: Object, |
| + value: function() { |
| + // TODO(kjlubick): Make this call the whoami endpoint after signing in. |
| + return { |
| + can_cancel_task: true, |
| + } |
| + }, |
| + notify: true, |
| + }, |
| busy: { |
| type: Boolean, |