Index: chrome/browser/resources/options2/manage_profile_overlay.html |
=================================================================== |
--- chrome/browser/resources/options2/manage_profile_overlay.html (revision 148556) |
+++ chrome/browser/resources/options2/manage_profile_overlay.html (working copy) |
@@ -17,6 +17,8 @@ |
</div> |
</div> |
<div class="action-area"> |
+ <!-- TODO: (hallielaine) activate this checkbox, and add hooks for |
+ shortcut creation in M23 |
<div class="action-area-checkbox-container"> |
<div class="checkbox"> |
<label> |
@@ -27,6 +29,7 @@ |
</label> |
</div> |
</div> |
+ --> |
<div class="button-strip"> |
<button id="manage-profile-cancel" i18n-content="cancel"></button> |
<button id="manage-profile-ok" i18n-content="ok"></button> |
@@ -62,6 +65,8 @@ |
<div id="create-profile-error-bubble" hidden></div> |
</div> |
<div class="action-area"> |
+ <!-- TODO: (hallielaine) activate this checkbox, and add hooks for |
+ shortcut creation in M23 |
<div class="action-area-checkbox-container"> |
<div class="checkbox"> |
<label> |
@@ -72,6 +77,7 @@ |
</label> |
</div> |
</div> |
+ --> |
<div class="button-strip"> |
<button id="create-profile-cancel" i18n-content="cancel"></button> |
<button id="create-profile-ok" i18n-content="createProfileConfirm"> |