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

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

Issue 2458213002: [Merge-M55] arc: Use overlay to show links from ToS. (Closed)
Patch Set: 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/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 68f3d1bf8731f3be3e32891b9c17601b51b7e286..877526823328d3a3ee737452657c2fe71470993e 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -138,16 +138,17 @@
</div>
</div>
</div>
- <div id="learn-more-container" class="overlay" hidden>
+ <div id="overlay-container" class="overlay" hidden>
<div class="page">
<div class="close-button"></div>
<div class="content-area">
- <span id="learn-more-content"></span>
+ <span id="overlay-text-content"></span>
+ <webview id="overlay-url"></webview>
</div>
<div class="action-area">
<div class="action-area-right">
<div class="button-strip">
- <button id="learn-more-close" i18n-content="learnMoreClose">
+ <button id="overlay-close" i18n-content="overlayClose">
</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