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

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

Issue 1374563010: Settings Rewrite: Restore id of default id to 'main' from ''. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/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 2ba1692c0ee84cbadbef358bffb07bcecc89eb05..17f3006ed14c812998e9b15f21f82d7fa76e38ba 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
@@ -14,7 +14,7 @@
<template>
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
section="on-startup">
- <neon-animatable id="">
+ <neon-animatable id="main">
<div id="locationLabel" i18n-content="onStartup"></div>
<div>
<cr-settings-radio-group pref="{{prefs.session.restore_on_startup}}">

Powered by Google App Engine
This is Rietveld 408576698