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

Unified Diff: chrome/browser/resources/options2/startup_section.html

Issue 9965012: Honor session content settings even if "continue where I left off" is selected. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only honor the "clear on exit", not session-only cookies. Created 8 years, 9 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/options2/startup_section.html
diff --git a/chrome/browser/resources/options2/startup_section.html b/chrome/browser/resources/options2/startup_section.html
index efc15accd2ffc38a4fb0d447e6b2e2adc3b1f32c..c023b092386c115845d1a18c80d465e80f8aff70 100644
--- a/chrome/browser/resources/options2/startup_section.html
+++ b/chrome/browser/resources/options2/startup_section.html
@@ -14,11 +14,7 @@
<input id="startup-restore-session" type="radio" name="startup"
value="1" pref="session.restore_on_startup"
metric="Options_Startup_LastSession">
- <span id="old-startup-last-text"
- i18n-content="startupShowLastSession">
- </span>
- <span id="new-startup-last-text"
- i18n-content="startupRestoreLastSession" hidden>
+ <span i18n-content="startupRestoreLastSession">
</span>
</label>
</div>
« no previous file with comments | « chrome/browser/resources/options2/browser_options.js ('k') | chrome/browser/ui/webui/options2/content_settings_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698