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

Unified Diff: chrome/browser/protector/base_setting_change.h

Issue 10384106: 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/profiles/profile_manager.cc ('k') | chrome/browser/protector/composite_settings_change.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/base_setting_change.h
===================================================================
--- chrome/browser/protector/base_setting_change.h (revision 136582)
+++ chrome/browser/protector/base_setting_change.h (working copy)
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "base/string16.h"
-#include "chrome/browser/tabs/pinned_tab_codec.h"
+#include "chrome/browser/ui/startup/startup_tab.h"
#include "googleurl/src/gurl.h"
class Browser;
@@ -144,9 +144,9 @@
// startup setting, including the pinned tabs. Reports corresponding histograms.
BaseSettingChange* CreateSessionStartupChange(
const SessionStartupPref& actual_startup_pref,
- const PinnedTabCodec::Tabs& actual_pinned_tabs,
+ const StartupTabs& actual_pinned_tabs,
const SessionStartupPref& backup_startup_pref,
- const PinnedTabCodec::Tabs& backup_pinned_tabs);
+ const StartupTabs& backup_pinned_tabs);
BaseSettingChange* CreateHomepageChange(
const std::string& actual_homepage,
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/browser/protector/composite_settings_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698