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

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

Issue 1477773003: Use dom-if to hide settings pages and show explicitly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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/on_startup_page/on_startup_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/on_startup_page.html b/chrome/browser/resources/settings/on_startup_page/on_startup_page.html
index 53d082c627c81d7a108e4a1c4e8355e34e44a12f..8c3969cfbec8bc792817b9ee8ae87caccf533b70 100644
--- a/chrome/browser/resources/settings/on_startup_page/on_startup_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/on_startup_page.html
@@ -13,7 +13,7 @@
<link rel="import" type="css" href="on_startup_shared.css">
<template>
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
- section="on-startup">
+ section="onStartup">
Dan Beam 2015/12/08 02:55:27 please try to stop writing these: https://en.wikip
stevenjb 2015/12/08 20:07:37 https://codereview.chromium.org/1505113005
<neon-animatable id="main">
<div class="settings-box">
<div id="locationLabel" i18n-content="onStartup"></div>

Powered by Google App Engine
This is Rietveld 408576698