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

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

Issue 2235293002: arc: Support managed Arc and managed Location Service and B&R consents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2225933002_managed_BR_LOC
Patch Set: update Created 4 years, 4 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
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 a176eebf8723e987dc3a12d8d23562c5b0c58343..f3c230fe9cdfd5caf342c21d4fe37a10a1be24cb 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -58,7 +58,7 @@
<div class="content section-flex">
<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>
+ <p class="text-terms-title" id="terms-title" i18n-content="termsOfService"></p>
xiyuan 2016/08/11 20:01:11 nit: wrap
khmel 2016/08/12 20:33:23 Done.
<div class="section-terms" id ="terms-container">
<webview id="terms-view" partition="persist:arc_support"></webview>
</div>

Powered by Google App Engine
This is Rietveld 408576698