Chromium Code Reviews| Index: chrome/browser/resources/settings/privacy_page/privacy_page.js |
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
| index 5ff11f55a192839397e90d80f7bdcf20c058497c..bdab92cb577088b5d42f8327d261a4dcc7a58d7d 100644 |
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js |
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
| @@ -18,6 +18,10 @@ |
| Polymer({ |
| is: 'settings-privacy-page', |
| + behaviors: [ |
| + I18nBehavior, |
| + ], |
| + |
| properties: { |
| /** |
| * Preferences state. |