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

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

Issue 1841973004: [MD settings] theme name shown in sub-label, wallpaper chrome os only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 4 years, 9 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/basic_page/basic_page.html
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.html b/chrome/browser/resources/settings/basic_page/basic_page.html
index 87a6ba44c896e685df03c1bd99f971ffca449ceb..cb30d7016f61ec9a3b7b8c3458aad043eab1c2d6 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -47,7 +47,7 @@
<settings-section page-title="[[i18n('appearancePageTitle')]]"
current-route="[[currentRoute]]" section="appearance">
<settings-appearance-page prefs="{{prefs}}"
- current-route="[[currentRoute]]">
+ current-route="{{currentRoute}}">
</settings-appearance-page>
</settings-section>
</template>

Powered by Google App Engine
This is Rietveld 408576698