Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 6059006: [tabbed options] tidy up some bits of content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698