diff options
Diffstat (limited to 'chrome/browser/resources/options/advanced_options.html')
-rw-r--r-- | chrome/browser/resources/options/advanced_options.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html index f58d9af..92da57c 100644 --- a/chrome/browser/resources/options/advanced_options.html +++ b/chrome/browser/resources/options/advanced_options.html @@ -176,21 +176,6 @@ </if> </div> </section> - <section id="background-mode-section"> - <h3 i18n-content="advancedSectionTitleChromeApps"></h3> - <div> - <label class="checkbox"> - <input pref="background_mode.enabled" - metric="Options_BackgroundMode" type="checkbox"> - <span i18n-content="chromeAppsEnableBackgroundMode"></span> - </label> - <div> - <a target="_blank" - i18n-content="learnMore" - i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a> - </div> - </div> - </section> <if expr="not pp_ifdef('chromeos')"> <section id="cloud-print-proxy-section"> <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |