| Index: chrome/browser/resources/apps_debugger/main.html
|
| diff --git a/chrome/browser/resources/apps_debugger/main.html b/chrome/browser/resources/apps_debugger/main.html
|
| index c9dab67cddb550fd6622c859d4bcaa0b743c2756..710d8462df6480a5ca60b6a68e05c5f306463840 100644
|
| --- a/chrome/browser/resources/apps_debugger/main.html
|
| +++ b/chrome/browser/resources/apps_debugger/main.html
|
| @@ -82,8 +82,13 @@ found in the LICENSE file.
|
| </div>
|
| <div class="optional-controls">
|
| <button class="show-button"
|
| - i18n-content="extensionSettingsShowButton" hidden></button>
|
| + i18n-content="extensionSettingsShowButton" hidden>
|
| + </button>
|
| <span class="optional-control-disableable">
|
| + <label class="incognito-control" hidden>
|
| + <input type="checkbox">
|
| + <span i18n-content="extensionSettingsEnableIncognito"></span>
|
| + </label>
|
| <label class="file-access-control" hidden>
|
| <input type="checkbox">
|
| <span i18n-content="extensionSettingsAllowFileAccess">
|
|
|