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

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

Issue 9353019: Revert 120803 - [uber] Redoing the homepage selection UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/prefs/session_startup_pref.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/prefs/session_startup_pref.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698