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

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

Issue 2460933003: [Merge-M55] arc: Add Goolge Privacy Policy link to OptIn UI. (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
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 877526823328d3a3ee737452657c2fe71470993e..76f57ea0039acb91706462ab286b6845caf3f01d 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -88,7 +88,10 @@
id="enable-location-service">
<p class="checkbox-text" id="text-location-service"></p>
</label>
- <div class="layout horizontal end-justified section-buttons">
+ <div class="layout horizontal center end-justified section-buttons">
+ <a class="checkbox-text" id="privacy-policy-link"
+ href="#" i18n-content="privacyPolicyLink"></a>
+ <div class="flex"></div>
<paper-button class="white" id="button-cancel"
i18n-content="buttonCancel">
</paper-button>

Powered by Google App Engine
This is Rietveld 408576698