Chromium Code Reviews| Index: chrome/browser/resources/options2/browser_options.html |
| =================================================================== |
| --- chrome/browser/resources/options2/browser_options.html (revision 116378) |
| +++ chrome/browser/resources/options2/browser_options.html (working copy) |
| @@ -121,5 +121,13 @@ |
| </div> |
| </section> |
| </if> |
| + <section> |
| + <h3 i18n-content="advancedGroupName"></h3> |
| + <div> |
| + <div i18n-content="advancedGroupDescription"></div> |
| + <button id="advancedOptionsButton" |
| + i18n-content="advancedOptionsButtonTitle"></button> |
| + </div> |
| + </section> |
| </div> |
| </div> |