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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.js

Issue 1973973004: [MD settings] remove unneeded use of I18nBehavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 7 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/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 1f152149e22362a20ece96056573da13d999afc5..b32e2174b03cb45778d3e68a178a14c39cc828ef 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -6,22 +6,10 @@
* @fileoverview
* 'settings-privacy-page' is the settings page containing privacy and
* security settings.
- *
- * Example:
- *
- * <iron-animated-pages>
- * <settings-privacy-page prefs="{{prefs}}">
- * </settings-privacy-page>
- * ... other pages ...
- * </iron-animated-pages>
*/
Polymer({
is: 'settings-privacy-page',
- behaviors: [
- I18nBehavior,
- ],
-
properties: {
/**
* Preferences state.

Powered by Google App Engine
This is Rietveld 408576698