Index: chrome/browser/prefs/session_startup_pref.h |
=================================================================== |
--- chrome/browser/prefs/session_startup_pref.h (revision 120816) |
+++ chrome/browser/prefs/session_startup_pref.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -17,12 +17,9 @@ |
// StartupPref is stored in the preferences for a particular profile. |
struct SessionStartupPref { |
enum Type { |
- // Indicates the user wants to open the New Tab page. |
+ // Indicates the user doesn't want to restore a previous session. |
DEFAULT, |
- // Deprecated. See comment in session_startup_pref.cc. |
- HOMEPAGE, |
- |
// Indicates the user wants to restore the last session. |
LAST, |
@@ -44,6 +41,8 @@ |
static bool TypeIsManaged(PrefService* prefs); |
static bool URLsAreManaged(PrefService* prefs); |
+ SessionStartupPref(); |
+ |
explicit SessionStartupPref(Type type); |
~SessionStartupPref(); |