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

Unified Diff: chrome/browser/resources/settings/settings.html

Issue 1287913005: Refactor prefs.js for MD-Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add return after switch for non-clang Created 5 years, 4 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 | « chrome/browser/resources/settings/prefs/prefs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index b0da7d036f229c824e6c458eabe9acbf5cd44175..7f403b4dc181b1a797d1e7f3e3ef8ce0ed734b49 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -4,7 +4,7 @@
<dom-module id="cr-settings">
<template>
- <cr-settings-prefs id="prefs" pref-store="{{prefs_}}"></cr-settings-prefs>
+ <cr-settings-prefs id="prefs" prefs="{{prefs_}}"></cr-settings-prefs>
<cr-settings-ui prefs="{{prefs_}}"></cr-settings-ui>
</template>
<script src="settings.js"></script>
« no previous file with comments | « chrome/browser/resources/settings/prefs/prefs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698