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

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

Issue 6034005: DOMUI: Implement the new-style Autofill options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes 2. 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..1c1f45b3e7e74989395b20ce46afd96821e10c5d 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -29,7 +29,7 @@
i18n-content="flash_storage_settings" target="_blank"></a>
<button class="exceptionsListButton" contentType="cookies"
- i18n-content="manage_exceptions"></button>
+ i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -47,7 +47,7 @@
</label>
<button class="exceptionsListButton" contentType="images"
- i18n-content="manage_exceptions"></button>
+ i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -65,7 +65,7 @@
</label>
<button class="exceptionsListButton" contentType="javascript"
- i18n-content="manage_exceptions"></button>
+ i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -87,7 +87,7 @@
</label>
<button class="exceptionsListButton" contentType="plugins"
- i18n-content="manage_exceptions"></button>
+ i18n-content="manage_exceptions"></button>
<a i18n-content="disable_individual_plugins" id="plugins-tab" href="#"></a>
</div>
@@ -107,7 +107,7 @@
</label>
<button class="exceptionsListButton" contentType="popups"
- i18n-content="manage_exceptions"></button>
+ i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -129,7 +129,7 @@
</label>
<button class="exceptionsListButton" contentType="location"
- i18n-content="manage_exceptions"></button>
+ i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -151,7 +151,7 @@
</label>
<button class="exceptionsListButton" contentType="notifications"
- i18n-content="manage_exceptions"></button>
+ i18n-content="manage_exceptions"></button>
</div>
</section>
</div>

Powered by Google App Engine
This is Rietveld 408576698