| 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 75580af15e83d7ce6793386f916e634a434f99de..eb7795c6ace7617b1c3ddecdb8afa7f964748e49 100644
|
| --- a/chrome/browser/resources/chromeos/arc_support/main.html
|
| +++ b/chrome/browser/resources/chromeos/arc_support/main.html
|
| @@ -63,17 +63,23 @@
|
| <webview id="terms-view" partition="persist:arc_support"></webview>
|
| </div>
|
| <label class="layout horizontal section-checkbox-container">
|
| - <input type="checkbox" class="checkbox-option" id="enable-metrics">
|
| + <div class="checkbox-container" id="enable-metrics-container" hidden>
|
| + <input type="checkbox" class="checkbox-option" id="enable-metrics">
|
| + </div>
|
| <p class="checkbox-text" id="text-metrics"></p>
|
| </label>
|
| <label class="layout horizontal section-checkbox-container">
|
| - <input type="checkbox" class="checkbox-option"
|
| - id="enable-backup-restore">
|
| + <div class="checkbox-container">
|
| + <input type="checkbox" class="checkbox-option"
|
| + id="enable-backup-restore">
|
| + </div>
|
| <p class="checkbox-text" id="text-backup-restore"></p>
|
| </label>
|
| <label class="layout horizontal section-checkbox-container">
|
| - <input type="checkbox" class="checkbox-option"
|
| - id="enable-location-service">
|
| + <div class="checkbox-container">
|
| + <input type="checkbox" class="checkbox-option"
|
| + id="enable-location-service">
|
| + </div>
|
| <p class="checkbox-text" id="text-location-service"></p>
|
| </label>
|
| <div class="layout horizontal end-justified section-buttons">
|
|
|