| 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 edbf9a463ad4ef60940a6fe8b3bf251be6a068c7..946aa32d01aa2b9ec97327945fb08eacea505138 100644
|
| --- a/appengine/swarming/elements/res/imp/common/swarming-app.html
|
| +++ b/appengine/swarming/elements/res/imp/common/swarming-app.html
|
| @@ -115,6 +115,7 @@
|
| class="right"
|
| client_id="[[client_id]]"
|
| auth_headers="{{auth_headers}}"
|
| + profile="{{profile}}"
|
| signed_in="{{signed_in}}">
|
| </auth-signin>
|
| </app-toolbar>
|
| @@ -162,6 +163,10 @@
|
| },
|
| notify: true,
|
| },
|
| + profile: {
|
| + type: Object,
|
| + notify: true,
|
| + },
|
|
|
| server_version: {
|
| type: Object,
|
|
|