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

Unified Diff: chrome/browser/resources/chromeos/arc_support/main.html

Issue 2137713002: arc: Provide progress to load TOS content for OptIn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 5 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 | « chrome/browser/resources/chromeos/arc_support/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/arc_support/main.html
diff --git a/chrome/browser/resources/chromeos/arc_support/main.html b/chrome/browser/resources/chromeos/arc_support/main.html
index 435a8efddd4c55b69bacfcca21257314a487c966..4cd3b6db4a856e593e0fdb60a1300b9beeb7b96f 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -42,13 +42,19 @@
<script src="chrome://resources/js/i18n_template_no_process.js"></script>
</head>
<body>
- <div id="start" class="section section-flex">
+ <div id="terms-loading" class="section">
+ <img class="image-header" src="images/header.png">
+ <p class="text-title" i18n-content="greetingHeader"></p>
+ <p class="text-desc" i18n-content="greetingDescription"></p>
+ <paper-progress class="blue" indeterminate></paper-progress>
+ </div>
+ <div id="terms" class="section section-flex" hidden>
<img class="image-header" src="images/header.png">
<p class="text-title" i18n-content="greetingHeader"></p>
<p class="text-desc" i18n-content="greetingDescription"></p>
<p class="text-terms-title" i18n-content="termsOfService"></p>
<div class="section-terms" id ="terms-container">
- <webview id="terms" partition="persist:arc_support"></webview>
+ <webview id="terms-view" partition="persist:arc_support"></webview>
</div>
<div class="layout horizontal section-checkbox-container">
<input type="checkbox" class="checkbox-option" id="enable-metrics" hidden>
@@ -64,8 +70,7 @@
i18n-content="buttonCancel">
</paper-button>
<div class="button-separator"></div>
- <paper-button class="blue" id="button-agree" i18n-content="buttonAgree"
- disabled>
+ <paper-button class="blue" id="button-agree" i18n-content="buttonAgree">
</paper-button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698