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

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

Issue 1021413004: Changing Option String Resource to lowerCamelcases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes as per review comments. Created 5 years, 9 months 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_exceptions_area.html
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
index 45a1ccd70661448d5e022680d70c9bf269d33c54..3c3daefcf8a1e15639d51e3133e338b292e6a934 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -17,20 +17,20 @@
<div contentType="cookies">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
<div class="flash-plugin-area">
- <a i18n-values="href:flash_storage_url" target="_blank"
- i18n-content="flash_storage_settings">
+ <a i18n-values="href:flashStorageUrl" target="_blank"
+ i18n-content="flashStorageSettings">
</a>
</div>
</div>
<div contentType="images">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -38,7 +38,7 @@
<div contentType="javascript">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -46,7 +46,7 @@
<div contentType="plugins">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -54,7 +54,7 @@
<div contentType="popups">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -68,7 +68,7 @@
<div contentType="fullscreen">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -76,7 +76,7 @@
<div contentType="mouselock">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -84,7 +84,7 @@
<div contentType="protectedContent">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -99,7 +99,7 @@
<div contentType="media-stream">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -112,7 +112,7 @@
<div contentType="ppapi-broker">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -123,7 +123,7 @@
<div contentType="midi-sysex">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -131,7 +131,7 @@
<div contentType="push-messaging">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>
@@ -139,7 +139,7 @@
<div contentType="zoomlevels">
<list mode="normal"></list>
<div>
- <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
</span>
<list mode="otr"></list>
</div>

Powered by Google App Engine
This is Rietveld 408576698