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

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

Issue 2254673003: arc: avoid checkbox AutomationNode issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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') | no next file » | 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 eb7795c6ace7617b1c3ddecdb8afa7f964748e49..75580af15e83d7ce6793386f916e634a434f99de 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -63,23 +63,17 @@
<webview id="terms-view" partition="persist:arc_support"></webview>
</div>
<label class="layout horizontal section-checkbox-container">
- <div class="checkbox-container" id="enable-metrics-container" hidden>
khmel 2016/08/17 23:24:50 Div is required here, please see my comment: https
yawano 2016/08/17 23:54:06 Does it happen with myCL? That's the reason I've a
- <input type="checkbox" class="checkbox-option" id="enable-metrics">
- </div>
+ <input type="checkbox" class="checkbox-option" id="enable-metrics">
<p class="checkbox-text" id="text-metrics"></p>
</label>
<label class="layout horizontal section-checkbox-container">
- <div class="checkbox-container">
- <input type="checkbox" class="checkbox-option"
- id="enable-backup-restore">
- </div>
+ <input type="checkbox" class="checkbox-option"
+ id="enable-backup-restore">
<p class="checkbox-text" id="text-backup-restore"></p>
</label>
<label class="layout horizontal section-checkbox-container">
- <div class="checkbox-container">
- <input type="checkbox" class="checkbox-option"
- id="enable-location-service">
- </div>
+ <input type="checkbox" class="checkbox-option"
+ id="enable-location-service">
<p class="checkbox-text" id="text-location-service"></p>
</label>
<div class="layout horizontal end-justified section-buttons">
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698