summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile_manager.cc')
-rw-r--r--chrome/browser/profile_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile_manager.cc b/chrome/browser/profile_manager.cc
index 407c39b..82d7192 100644
--- a/chrome/browser/profile_manager.cc
+++ b/chrome/browser/profile_manager.cc
@@ -139,7 +139,7 @@ Profile* ProfileManager::AddProfileByPath(const FilePath& path) {
void ProfileManager::NewWindowWithProfile(Profile* profile) {
DCHECK(profile);
Browser* browser = Browser::Create(profile);
- browser->AddTabWithURL(GURL(), GURL(), PageTransition::TYPED, true, NULL);
+ browser->AddTabWithURL(GURL(), GURL(), PageTransition::TYPED, true, -1, NULL);
browser->window()->Show();
}