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

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

Issue 9559002: Bug 111139: Deprecate HOMEPAGE option, remove the UI for it, migrate users away from it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index 8f1ccdd02509c2982e73a5247afe4f650cfe2194..18d60948e8a2fd8ef12d4fd24d5eabd6f570dcd4 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -52,14 +52,6 @@
<div>
<div class="radio">
<label>
- <input type="radio" name="startup" value="0"
- pref="session.restore_on_startup"
- metric="Options_Startup_Homepage">
- <span i18n-content="startupShowHomePage"></span>
- </label>
- </div>
- <div class="radio">
- <label>
<input type="radio" name="startup" value="5"
pref="session.restore_on_startup"
metric="Options_Startup_NewTab">
@@ -283,14 +275,6 @@
<div>
<div class="radio">
<label>
- <input type="radio" name="startup" value="0"
- pref="session.restore_on_startup"
- metric="Options_Startup_Homepage">
- <span i18n-content="startupShowHomePage"></span>
- </label>
- </div>
- <div class="radio">
- <label>
<input type="radio" name="startup" value="5"
pref="session.restore_on_startup"
metric="Options_Startup_NewTab">

Powered by Google App Engine
This is Rietveld 408576698