Removing create/manage dialog shortcuts checkbox for M22. Checkbox will be...

Removing create/manage dialog shortcuts checkbox for M22. Checkbox will be added back in during M23 when support for windows desktop shortcuts is finished.

Review URL: https://chromiumcodereview.appspot.com/10832038

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148794 0039d316-1c4b-4281-b951-d872f2087c98
parent 06352235
......@@ -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">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment