| Index: chrome/browser/notifications/notification_test_util.cc
|
| diff --git a/chrome/browser/notifications/notification_test_util.cc b/chrome/browser/notifications/notification_test_util.cc
|
| index 6c1a66a4de26ec1b8fd7ce40aada8148e4720c3e..71a0d064942400e73f028d2ec911de1d94e5408f 100644
|
| --- a/chrome/browser/notifications/notification_test_util.cc
|
| +++ b/chrome/browser/notifications/notification_test_util.cc
|
| @@ -15,12 +15,12 @@ content::WebContents* MockNotificationDelegate::GetWebContents() const {
|
| return NULL;
|
| }
|
|
|
| +// TODO(peter): |notification_| should be initialized with the correct origin.
|
| StubNotificationUIManager::StubNotificationUIManager(const GURL& welcome_origin)
|
| : notification_(GURL(),
|
| - GURL(),
|
| base::string16(),
|
| base::string16(),
|
| - blink::WebTextDirectionDefault,
|
| + gfx::Image(),
|
| base::string16(),
|
| base::string16(),
|
| new MockNotificationDelegate("stub")),
|
|
|