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

Unified Diff: chrome/browser/ui/startup/startup_tab.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_browser_creator_impl.cc ('k') | chrome/browser/ui/startup/startup_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_tab.h
===================================================================
--- chrome/browser/ui/startup/startup_tab.h (revision 136581)
+++ chrome/browser/ui/startup/startup_tab.h (working copy)
@@ -1,35 +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_TAB_H_
-#define CHROME_BROWSER_UI_STARTUP_STARTUP_TAB_H_
-#pragma once
-
-#include <string>
-#include <vector>
-
-#include "googleurl/src/gurl.h"
-
-// Represents tab data at startup.
-struct StartupTab {
- StartupTab();
- ~StartupTab();
-
- // The url to load.
- GURL url;
-
- // If true, the tab corresponds to an app an |app_id| gives the id of the
- // app.
- bool is_app;
-
- // True if the is tab pinned.
- bool is_pinned;
-
- // Id of the app.
- std::string app_id;
-};
-
-typedef std::vector<StartupTab> StartupTabs;
-
-#endif // CHROME_BROWSER_UI_STARTUP_STARTUP_TAB_H_
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | chrome/browser/ui/startup/startup_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698