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

Unified Diff: chrome/browser/resources/options/handler_options.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
Index: chrome/browser/resources/options/handler_options.html
diff --git a/chrome/browser/resources/options/handler_options.html b/chrome/browser/resources/options/handler_options.html
index 4b4e8e55b13b69edffd86cdbca1dc406349b2902..bfe856baffcded4cb79da66239df53a20dabc463 100644
--- a/chrome/browser/resources/options/handler_options.html
+++ b/chrome/browser/resources/options/handler_options.html
@@ -2,26 +2,26 @@
<div class="close-button"></div>
<h1 i18n-content="handlersPage"></h1>
<div class="content-area">
- <h3 i18n-content="handlers_active_heading"></h3>
+ <h3 i18n-content="handlersActiveHeading"></h3>
<div class="handlers-column-headers">
<div class="handlers-type-column">
- <div i18n-content="handlers_type_column_header"></div>
+ <div i18n-content="handlersTypeColumnHeader"></div>
</div>
<div class="handlers-site-column">
- <div i18n-content="handlers_site_column_header"></div>
+ <div i18n-content="handlersSiteColumnHeader"></div>
</div>
<div class="handlers-remove-column"></div>
</div>
<list id="handlers-list"></list>
<div id="ignored-handlers-section">
- <h3 i18n-content="handlers_ignored_heading"></h3>
+ <h3 i18n-content="handlersIgnoredHeading"></h3>
<div class="handlers-column-headers">
<div class="handlers-type-column">
- <h3 i18n-content="handlers_type_column_header"></h3>
+ <h3 i18n-content="handlersTypeColumnHeader"></h3>
</div>
<div class="handlers-site-column">
- <h3 i18n-content="handlers_site_column_header"></h3>
+ <h3 i18n-content="handlersSiteColumnHeader"></h3>
</div>
<div class="handlers-remove-column"></div>
</div>
@@ -31,7 +31,7 @@
<div class="action-area">
<div class="hbox stretch">
<a target="_blank" i18n-content="learnMore"
- i18n-values="href:handlers_learn_more_url"></a>
+ i18n-values="href:handlersLearnMoreUrl"></a>
</div>
<div class="action-area-right">
<div class="button-strip">
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | chrome/browser/resources/options/handler_options_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698