diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cpp')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cpp b/chrome/common/temp_scaffolding_stubs.cpp index 3517c4f..bdfec42 100644 --- a/chrome/common/temp_scaffolding_stubs.cpp +++ b/chrome/common/temp_scaffolding_stubs.cpp @@ -212,9 +212,6 @@ void InstallJankometer(const CommandLine&) { //-------------------------------------------------------------------------- -void Browser::InitCommandState() { -} - void Browser::Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) { @@ -223,3 +220,7 @@ void Browser::Observe(NotificationType type, LocationBarView* Browser::GetLocationBarView() const { return window_->GetLocationBarView(); } + +void Browser::NewWindow() { + Browser::OpenEmptyWindow(NULL); +} |