Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1230)

Unified Diff: remoting/webapp/main.html

Issue 12905012: Webapp changes to support third party authentication (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase, update patch Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/jscompiler_hacks.js ('k') | remoting/webapp/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « remoting/webapp/jscompiler_hacks.js ('k') | remoting/webapp/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698