diff options
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/options.html | 1 | ||||
-rw-r--r-- | chrome/browser/resources/options/advanced_options.html | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/chrome/browser/resources/options.html b/chrome/browser/resources/options.html index bf43df2..c9e6db7 100644 --- a/chrome/browser/resources/options.html +++ b/chrome/browser/resources/options.html @@ -1,7 +1,6 @@ <!DOCTYPE HTML> <html i18n-values="dir:textdirection; - enable-background-mode:enable-background-mode; enable-cloud-print-proxy:enable-cloud-print-proxy" id="t"> <head> 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> |