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

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
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..22ca6fd541ed729ab153d78c151a8b99743a6485 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -55,6 +55,12 @@
hidden>
<p class="text-metrics" id="text-metrics"></p>
</div>
+ <div id="section-backup-restore" class="layout horizontal
+ section-backup-restore">
+ <input type="checkbox" class="checkbox-backup-restore"
+ id="enable-backup-restore" hidden>
+ <p class="text-backup-restore" id="text-backup-restore"></p>
+ </div>
<div class="layout horizontal end-justified section-buttons">
<paper-button class="white" id="button-cancel"
i18n-content="buttonCancel">

Powered by Google App Engine
This is Rietveld 408576698