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> |