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

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

Issue 2429793003: arc: Use overlay to show links from ToS. (Closed)
Patch Set: learn-more-content rename 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 7291c94003a9e8b04c3f2ea07276c4601a8cb202..bba6c8d25d9254f04705d8debeecca1c122002e2 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -144,16 +144,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