| Index: chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| index 3b0fcd080e5fb342d4de6c567e39664070c87bed..87c00c4d5293df5f1c281fec7420853129af6d84 100644
|
| --- a/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| +++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| @@ -84,9 +84,6 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest {
|
| log_ += base::IntToString(button_index) + "_";
|
| }
|
| virtual std::string id() const override { return id_; }
|
| - virtual content::WebContents* GetWebContents() const override {
|
| - return NULL;
|
| - }
|
|
|
| const std::string& log() { return log_; }
|
|
|
|
|