| Index: remoting/webapp/main.html
|
| diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
|
| index 94d7c9bb0a1475c482b65ef5633a04918661de58..7d633765453a7ecd13f5819a435b188aeb152c63 100644
|
| --- a/remoting/webapp/main.html
|
| +++ b/remoting/webapp/main.html
|
| @@ -46,6 +46,8 @@ found in the LICENSE file.
|
| <script src="stats_accumulator.js"></script>
|
| <script src="storage.js"></script>
|
| <script src="survey.js"></script>
|
| + <script src="third_party_host_permissions.js"></script>
|
| + <script src="third_party_token_fetcher.js"></script>
|
| <script src="toolbar.js"></script>
|
| <script src="ui_mode.js"></script>
|
| <script src="xhr.js"></script>
|
| @@ -552,6 +554,21 @@ found in the LICENSE file.
|
| </div>
|
| </div> <!-- client.pin-prompt -->
|
|
|
| + <div data-ui-mode="home.client.third-party-auth" class="centered">
|
| + <div id="third-party-auth-message"
|
| + i18n-content="DESCRIPTION_THIRD_PARTY_AUTH"
|
| + class="message"></div>
|
| + <div id="third-party-auth-url"
|
| + class="message"></div>
|
| + <div>
|
| + <button id="third-party-auth-button"
|
| + type="button"
|
| + autofocus="autofocus"
|
| + i18n-content="CONTINUE_BUTTON">
|
| + </button>
|
| + </div>
|
| + </div> <!-- third-party-auth-dialog -->
|
| +
|
| <div data-ui-mode="home.client.connect-failed"
|
| class="message centered">
|
| <span id="connect-error-message" class="error-state"></span>
|
|
|