Chromium Code Reviews| Index: chrome/browser/resources/options/content_settings.html |
| diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html |
| index 9c489962ec512e589e352e29b4f73d58629edd45..dadb1811d0960a3675a5bfd5bbcf64135c8b4a3c 100644 |
| --- a/chrome/browser/resources/options/content_settings.html |
| +++ b/chrome/browser/resources/options/content_settings.html |
| @@ -23,13 +23,11 @@ |
| pref="profile.clear_site_data_on_exit" type="checkbox"> |
| <span i18n-content="cookies_clear_on_exit"></span> |
| </label> |
| - <button id="show-cookies-button" |
| - i18n-content="cookies_show_cookies"></button> |
| - <a i18n-values="href:flash_storage_url" |
| - i18n-content="flash_storage_settings" target="_blank"></a> |
| <button class="exceptionsListButton" contentType="cookies" |
| i18n-content="manage_exceptions"></button> |
|
arv (Not doing code reviews)
2010/12/22 23:39:13
can you fix the indentation here? It looks bad whe
|
| + <button id="show-cookies-button" |
| + i18n-content="cookies_show_cookies"></button> |
| </div> |
| </section> |
| @@ -88,8 +86,6 @@ |
| <button class="exceptionsListButton" contentType="plugins" |
| i18n-content="manage_exceptions"></button> |
| - |
| - <a i18n-content="disable_individual_plugins" id="plugins-tab" href="#"></a> |
| </div> |
| </section> |