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

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

Issue 2104893003: Adds a new checkbox for backup and restore in opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds a new checkbox for backup and restore in opt-in flow. Created 4 years, 6 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') | chrome/common/pref_names.h » ('j') | 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 6448b23ee78de7175ba853afd7a386bd9a457245..435a8efddd4c55b69bacfcca21257314a487c966 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -50,10 +50,14 @@
<div class="section-terms" id ="terms-container">
<webview id="terms" partition="persist:arc_support"></webview>
</div>
- <div class="layout horizontal section-metrics">
- <input type="checkbox" class="checkbox-metrics" id="enable-metrics"
- hidden>
- <p class="text-metrics" id="text-metrics"></p>
+ <div class="layout horizontal section-checkbox-container">
+ <input type="checkbox" class="checkbox-option" id="enable-metrics" hidden>
+ <p class="checkbox-text" id="text-metrics"></p>
+ </div>
+ <div id="section-backup-restore" class="layout horizontal
+ section-checkbox-container">
+ <input type="checkbox" class="checkbox-option" id="enable-backup-restore">
+ <p class="checkbox-text" id="text-backup-restore"></p>
</div>
<div class="layout horizontal end-justified section-buttons">
<paper-button class="white" id="button-cancel"
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.css ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698