| Index: chrome/browser/background/background_contents_service_unittest.cc
|
| diff --git a/chrome/browser/background/background_contents_service_unittest.cc b/chrome/browser/background/background_contents_service_unittest.cc
|
| index 9f7d075ffc7a502c32428ddc1aae310ade938230..7389d9e5c1b6c72815daed894a3eebd6953a12d3 100644
|
| --- a/chrome/browser/background/background_contents_service_unittest.cc
|
| +++ b/chrome/browser/background/background_contents_service_unittest.cc
|
| @@ -119,7 +119,7 @@ class MockBackgroundContents : public BackgroundContents {
|
| Profile* profile_;
|
| };
|
|
|
| -#if defined(ENABLE_NOTIFICATIONS) && !defined(TOOLKIT_GTK)
|
| +#if defined(ENABLE_NOTIFICATIONS)
|
| // Wait for the notification created.
|
| class NotificationWaiter : public message_center::MessageCenterObserver {
|
| public:
|
| @@ -343,7 +343,7 @@ TEST_F(BackgroundContentsServiceTest, TestApplicationIDLinkage) {
|
| EXPECT_EQ(url2.spec(), GetPrefURLForApp(&profile, contents2->appid()));
|
| }
|
|
|
| -#if defined(ENABLE_NOTIFICATIONS) && !defined(TOOLKIT_GTK)
|
| +#if defined(ENABLE_NOTIFICATIONS)
|
| TEST_F(BackgroundContentsServiceNotificationTest, TestShowBalloon) {
|
| scoped_refptr<extensions::Extension> extension =
|
| extension_test_util::LoadManifest("image_loading_tracker", "app.json");
|
|
|