| Index: chrome/browser/notifications/balloon_host.cc
|
| diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
|
| index 9e8f3796414c4f176a98cae5875d01d181bacf3e..8e5b676e78f294f9a669c503bc0accf93b855d3b 100644
|
| --- a/chrome/browser/notifications/balloon_host.cc
|
| +++ b/chrome/browser/notifications/balloon_host.cc
|
| @@ -94,7 +94,8 @@ void BalloonHost::CreateNewWindow(
|
| route_id,
|
| balloon_->profile(),
|
| site_instance_.get(),
|
| - DOMUIFactory::GetDOMUIType(balloon_->notification().content_url()),
|
| + DOMUIFactory::GetDOMUIType(balloon_->profile(),
|
| + balloon_->notification().content_url()),
|
| this,
|
| window_container_type,
|
| frame_name);
|
|
|