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

Unified Diff: chrome/browser/prefs/session_startup_pref.h

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/prefs/session_startup_pref.h
diff --git a/chrome/browser/prefs/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h
index 49098e77a3edb4ccea8a88163656bd22839c51e1..09b055d38449ff731a3b0087f3d75ee86fbdfe5e 100644
--- a/chrome/browser/prefs/session_startup_pref.h
+++ b/chrome/browser/prefs/session_startup_pref.h
@@ -20,7 +20,7 @@ struct SessionStartupPref {
// Indicates the user wants to open the New Tab page.
DEFAULT,
- // TODO(tbreisacher) Deprecate this option.
+ // Deprecated. See comment in session_startup_pref.cc
HOMEPAGE,
// Indicates the user wants to restore the last session.

Powered by Google App Engine
This is Rietveld 408576698