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

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

Issue 2450823002: Remove async load concept for ToS from native code. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/background.js ('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 a5c1c7b88030aecdd5e08440c4ee642c306851ff..ac8a4546574ec190285af2272cd7723342a62c4c 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -53,19 +53,16 @@
<script src="chrome://resources/js/cr/ui/overlay.js"></script>
</head>
<body>
- <div id="terms-loading" class="section">
+ <div id="terms" class="section">
<img class="image-header" src="images/header.png">
- <div class="scrollable">
+ <div class="scrollable" id="terms-of-service-loading">
<div class="content">
<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>
- </div>
- <div id="terms" class="section" hidden>
- <img class="image-header" src="images/header.png">
- <div class="scrollable" >
+ <div class="scrollable" id="terms-of-service-content" hidden>
<div class="content section-flex">
<p class="text-title" i18n-content="greetingHeader"></p>
<p class="text-desc" i18n-content="greetingDescription"></p>
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698