// Copyright 2012 The Chromium Authors // 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_ #include <vector> #include "url/gurl.h" // Represents tab data at startup. struct StartupTab { … }; StartupTabs; // Indicates whether the command line arguments includes tabs to be opened on // startup. enum class CommandLineTabsPresent { … }; #endif // CHROME_BROWSER_UI_STARTUP_STARTUP_TAB_H_