diff options
Diffstat (limited to 'chrome/browser/resources/options/browser_options.html')
-rw-r--r-- | chrome/browser/resources/options/browser_options.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html index e79d702..d8244c1 100644 --- a/chrome/browser/resources/options/browser_options.html +++ b/chrome/browser/resources/options/browser_options.html @@ -89,10 +89,6 @@ <input type="checkbox" id="instantEnableCheckbox" pref="instant.enabled"> <span i18n-content="instantName"></span> - <!-- This hidden checkbox allows us to get/set the state of the - confirm_dialog_shown pref --> - <input type="checkbox" class="hidden" id="instantDialogShown" - pref="instant.confirm_dialog_shown"> </label> </div> <div class="suboption informational-text"> |