| Index: chrome/browser/resources/options/startup_section.html
|
| diff --git a/chrome/browser/resources/options/startup_section.html b/chrome/browser/resources/options/startup_section.html
|
| index fd14dabd4a35d332ef2ce96b33e2e793ceb76cc1..0d429a8c8013fee5d2dfadb4cc55c7f25531df52 100644
|
| --- a/chrome/browser/resources/options/startup_section.html
|
| +++ b/chrome/browser/resources/options/startup_section.html
|
| @@ -37,12 +37,10 @@
|
| pref="session.restore_on_startup" value="4"></span>
|
| </span>
|
| </label>
|
| - <button id="startup-set-pages" class="link-button"
|
| - i18n-content="startupSetPages">
|
| - </button>
|
| + <a is="action-link" id="startup-set-pages"
|
| + i18n-content="startupSetPages"></a>
|
| <span class="controlled-setting-indicator"
|
| - pref="session.startup_urls">
|
| - </span>
|
| + pref="session.startup_urls"></span>
|
| </div>
|
| </div>
|
| </section>
|
|
|