Chromium Code Reviews| Index: chrome/browser/resources/options2/startup_overlay.html |
| diff --git a/chrome/browser/resources/options2/startup_overlay.html b/chrome/browser/resources/options2/startup_overlay.html |
| index 4e472f5556e03d1d4cbbbb3df3302e1bf893230a..ea14d9c04af2822fa0cdf360b2238cc80800cacf 100644 |
| --- a/chrome/browser/resources/options2/startup_overlay.html |
| +++ b/chrome/browser/resources/options2/startup_overlay.html |
| @@ -1,5 +1,10 @@ |
| <div id="startup-overlay" class="page" hidden> |
| <h1 i18n-content="startupPagesOverlay"></h1> |
| + <!-- This <input> element is always hidden. It needs to be here so that |
| + its 'controlled-by' attribute will get set when the urls preference is |
| + managed by a policy, so that the managed prefs bar will show up. |
| + --> |
| + <input type="text" pref="session.urls_to_restore_on_startup" hidden> |
|
Tyler Breisacher (Chromium)
2012/03/01 00:15:15
This has no effect currently, but once estade comm
|
| <div class="content-area"> |
| <list id="startupPagesList"></list> |
| </div> |