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

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

Issue 1015623007: Changing Option String Resource to lowerCamelcases in handler_options_handler.cc file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding space after opening brace. Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/handler_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b6ae72064bce6af413943b3b9f451df1a647a9d2..4eec2313a5868f16c2b416679c89f65f9a312674 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -150,20 +150,20 @@
</section>
<!-- Handlers settings -->
<section id="handlers-section">
- <h3 i18n-content="handlers_tab_label"></h3>
+ <h3 i18n-content="handlersTabLabel"></h3>
<div>
<div class="radio">
<label>
<input type="radio" name="handlers" value="allow"
class="handler-radio">
- <span i18n-content="handlers_allow"></span>
+ <span i18n-content="handlersAllow"></span>
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="handlers" value="block"
class="handler-radio">
- <span i18n-content="handlers_block"></span>
+ <span i18n-content="handlersBlock"></span>
</label>
</div>
<div class="settings-row">
« no previous file with comments | « no previous file | chrome/browser/resources/options/handler_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698