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

Unified Diff: chrome/browser/ui/startup/startup_types.h

Issue 10332117: Revert 136573 - Extract StartupTabs and startup types from StartupBrowserCreator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/browser/ui/startup/startup_tab.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_types.h
===================================================================
--- chrome/browser/ui/startup/startup_types.h (revision 136581)
+++ chrome/browser/ui/startup/startup_types.h (working copy)
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef CHROME_BROWSER_UI_STARTUP_STARTUP_TYPES_H_
-#define CHROME_BROWSER_UI_STARTUP_STARTUP_TYPES_H_
-#pragma once
-
-namespace browser {
-namespace startup {
-
-enum IsProcessStartup {
- IS_NOT_PROCESS_STARTUP, // Session is being created when a Chrome process is
- // already running, e.g. clicking on a taskbar icon
- // when Chrome is already running, or restoring a
- // profile.
- IS_PROCESS_STARTUP // Session is being created when the Chrome process
- // is not already running.
-};
-enum IsFirstRun {
- IS_NOT_FIRST_RUN, // Session is being created after Chrome has already
- // been run at least once on the system.
- IS_FIRST_RUN // Session is being created immediately after Chrome
- // has been installed on the system.
-};
-
-} // namespace startup
-} // namespace browser
-
-#endif // CHROME_BROWSER_UI_STARTUP_STARTUP_TYPES_H_
« no previous file with comments | « chrome/browser/ui/startup/startup_tab.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698