Chromium Code Reviews| Index: chrome/browser/resources/options/advanced_options.html |
| diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html |
| index 184b66ada675e636de19efc28e18e519ce5d21a9..686be1a4789657fcd2c3de4fa2cf32675eebb665 100644 |
| --- a/chrome/browser/resources/options/advanced_options.html |
| +++ b/chrome/browser/resources/options/advanced_options.html |
| @@ -210,4 +210,15 @@ |
| </div> |
| </section> |
| </if> |
| +<if expr="not pp_ifdef('darwin') and not pp_ifdef('chromeos')"> |
| + <section id="background-section"> |
| + <h3 i18n-content="advancedSectionTitleBackground"></h3> |
| + <div class="checkbox"> |
| + <label> |
| + <input id="backgroundModeCheckbox" type="checkbox"> |
| + <span i18n-content="backgroundModeCheckbox"></span> |
|
Evan Stade
2011/05/12 18:36:32
why can't you use pref= here?
Andrew T Wilson (Slow)
2011/05/12 23:34:31
We're using local_state and pref="" assumes that w
|
| + </label> |
| + </div> |
| + </section> |
| +</if> |
| </div> |