Index: chrome/browser/resources/sync_setup_overlay.html |
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html |
index 3aa0d3e6fb696e79ba5891604ee08fb79f74d76f..f0bdfd395553e4734b51b86eccc111780f448dc6 100644 |
--- a/chrome/browser/resources/sync_setup_overlay.html |
+++ b/chrome/browser/resources/sync_setup_overlay.html |
@@ -34,7 +34,11 @@ |
<select id="sync-select-datatypes"> |
<option i18n-content="syncAllDataTypes" selected></option> |
<option i18n-content="chooseDataTypes"></option> |
- <option i18n-content="syncNothing"></option> |
+ <!-- The syncNothing element is to be hidden for M29. |
+ TODO(rsimha): Revisit this for M30. |
+ See http://crbug.com/252049. |
+ --> |
+ <option i18n-content="syncNothing" hidden></option> |
</select> |
<div id="choose-data-types-body"> |
<div id="apps-item" class="sync-type-checkbox checkbox"> |