| Index: chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| index 7b1406561c8abd6cb064606a00ea7059bf71fa83..733db46b45b1be301d2206469e51ce0d86bf3cb2 100644
|
| --- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| +++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
|
| @@ -35,9 +35,9 @@
|
| <div class="secondary" id="cookiesSecondary">
|
| [[defaultSettingLabel_(
|
| default_.cookies,
|
| - '$i18n{siteSettingsCookiesAllowed}',
|
| - '$i18n{siteSettingsBlocked}',
|
| - '$i18n{deleteDataPostSession}')]]
|
| + '$i18nPolymer{siteSettingsCookiesAllowed}',
|
| + '$i18nPolymer{siteSettingsBlocked}',
|
| + '$i18nPolymer{deleteDataPostSession}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -53,8 +53,8 @@
|
| <div class="secondary" id="locationSecondary">
|
| [[defaultSettingLabel_(
|
| default_.location,
|
| - '$i18n{siteSettingsAskBeforeAccessing}',
|
| - '$i18n{siteSettingsBlocked}')]]
|
| + '$i18nPolymer{siteSettingsAskBeforeAccessing}',
|
| + '$i18nPolymer{siteSettingsBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -71,8 +71,8 @@
|
| <div class="secondary" id="cameraSecondary">
|
| [[defaultSettingLabel_(
|
| default_.mediaStreamCamera,
|
| - '$i18n{siteSettingsAskBeforeAccessing}',
|
| - '$i18n{siteSettingsBlocked}')]]
|
| + '$i18nPolymer{siteSettingsAskBeforeAccessing}',
|
| + '$i18nPolymer{siteSettingsBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -88,8 +88,8 @@
|
| <div class="secondary" id="micSecondary">
|
| [[defaultSettingLabel_(
|
| default_.mediaStreamMic,
|
| - '$i18n{siteSettingsAskBeforeAccessing}',
|
| - '$i18n{siteSettingsBlocked}')]]
|
| + '$i18nPolymer{siteSettingsAskBeforeAccessing}',
|
| + '$i18nPolymer{siteSettingsBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -106,8 +106,8 @@
|
| <div class="secondary" id="notificationsSecondary">
|
| [[defaultSettingLabel_(
|
| default_.notifications,
|
| - '$i18n{siteSettingsAskBeforeSending}',
|
| - '$i18n{siteSettingsBlocked}')]]
|
| + '$i18nPolymer{siteSettingsAskBeforeSending}',
|
| + '$i18nPolymer{siteSettingsBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -124,8 +124,8 @@
|
| <div class="secondary" is="javascriptSecondary">
|
| [[defaultSettingLabel_(
|
| default_.javascript,
|
| - '$i18n{siteSettingsAllowed}',
|
| - '$i18n{siteSettingsBlocked}')]]
|
| + '$i18nPolymer{siteSettingsAllowed}',
|
| + '$i18nPolymer{siteSettingsBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -141,9 +141,9 @@
|
| <div class="secondary" id="flashSecondary">
|
| [[defaultSettingLabel_(
|
| default_.plugins,
|
| - '$i18n{siteSettingsFlashAllow}',
|
| - '$i18n{siteSettingsFlashBlock}',
|
| - '$i18n{siteSettingsFlashAskBefore}')]]
|
| + '$i18nPolymer{siteSettingsFlashAllow}',
|
| + '$i18nPolymer{siteSettingsFlashBlock}',
|
| + '$i18nPolymer{siteSettingsFlashAskBefore}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -159,8 +159,8 @@
|
| <div class="secondary" id="imagesSecondary">
|
| [[defaultSettingLabel_(
|
| default_.images,
|
| - '$i18n{siteSettingsShowAll}',
|
| - '$i18n{siteSettingsDontShowImages}')]]
|
| + '$i18nPolymer{siteSettingsShowAll}',
|
| + '$i18nPolymer{siteSettingsDontShowImages}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -176,8 +176,8 @@
|
| <div class="secondary" id="popupsSecondary">
|
| [[defaultSettingLabel_(
|
| default_.popups,
|
| - '$i18n{siteSettingsAllowed}',
|
| - '$i18n{siteSettingsBlocked}')]]
|
| + '$i18nPolymer{siteSettingsAllowed}',
|
| + '$i18nPolymer{siteSettingsBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -194,8 +194,8 @@
|
| <div class="secondary" id="backgroundSyncSecondary">
|
| [[defaultSettingLabel_(
|
| default_.backgroundSync,
|
| - '$i18n{siteSettingsAllowRecentlyClosedSites}',
|
| - '$i18n{siteSettingsBackgroundSyncBlocked}')]]
|
| + '$i18nPolymer{siteSettingsAllowRecentlyClosedSites}',
|
| + '$i18nPolymer{siteSettingsBackgroundSyncBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -212,8 +212,8 @@
|
| <div class="secondary" id="automaticDownloadsSecondary">
|
| [[defaultSettingLabel_(
|
| default_.multipleAutomaticDownloads,
|
| - '$i18n{siteSettingsAutoDownloadAsk}',
|
| - '$i18n{siteSettingsAutoDownloadBlock}')]]
|
| + '$i18nPolymer{siteSettingsAutoDownloadAsk}',
|
| + '$i18nPolymer{siteSettingsAutoDownloadBlock}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -230,8 +230,8 @@
|
| <div class="secondary" id="unsandboxedPluginsSecondary">
|
| [[defaultSettingLabel_(
|
| default_.ppapiBroker,
|
| - '$i18n{siteSettingsUnsandboxedPluginsAsk}',
|
| - '$i18n{siteSettingsUnsandboxedPluginsBlock}')]]
|
| + '$i18nPolymer{siteSettingsUnsandboxedPluginsAsk}',
|
| + '$i18nPolymer{siteSettingsUnsandboxedPluginsBlock}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| @@ -248,8 +248,8 @@
|
| <div class="secondary" id="handlersSecondary">
|
| [[defaultSettingLabel_(
|
| default_.registerProtocolHandler,
|
| - '$i18n{siteSettingsHandlersAsk}',
|
| - '$i18n{siteSettingsHandlersBlocked}')]]
|
| + '$i18nPolymer{siteSettingsHandlersAsk}',
|
| + '$i18nPolymer{siteSettingsHandlersBlocked}')]]
|
| </div>
|
| </div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
|
|