Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7306)

Unified Diff: chrome/browser/resources/options/advanced_options.html

Issue 6954001: Add "Keep chrome running in background" preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback + added tests. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698