| Index: chrome/browser/notifications/desktop_notifications_unittest.cc
|
| diff --git a/chrome/browser/notifications/desktop_notifications_unittest.cc b/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| index 2632a87eea4c0eed808fcbf5e0647baf1a37bb63..b5fc75e19aded86e124d2dea646fc7ea1a67fcb2 100644
|
| --- a/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| +++ b/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| @@ -117,8 +117,8 @@ void DesktopNotificationsTest::SetUp() {
|
| // is not created for these tests.
|
| message_center::MessageCenter::Initialize();
|
| // The ContextFactory must exist before any Compositors are created.
|
| - bool allow_test_contexts = true;
|
| - ui::InitializeContextFactoryForTests(allow_test_contexts);
|
| + bool enable_pixel_output = false;
|
| + ui::InitializeContextFactoryForTests(enable_pixel_output);
|
| // MockBalloonCollection retrieves information about the screen on creation.
|
| // So it is necessary to make sure the desktop gets created first.
|
| ash::Shell::CreateInstance(new ash::test::TestShellDelegate);
|
|
|