| Index: chrome_frame/test/ready_mode_unittest.cc
|
| ===================================================================
|
| --- chrome_frame/test/ready_mode_unittest.cc (revision 98423)
|
| +++ chrome_frame/test/ready_mode_unittest.cc (working copy)
|
| @@ -219,9 +219,7 @@
|
| chrome_frame_test::TimedMsgLoop message_loop_;
|
| }; // class ReadyPromptWindowButtonTest
|
|
|
| -// This test has been disabled due to bug
|
| -// http://code.google.com/p/chromium/issues/detail?id=94362
|
| -TEST_F(ReadyPromptTest, DISABLED_ReadyPromptContentTest) {
|
| +TEST_F(ReadyPromptTest, ReadyPromptContentTest) {
|
| // owned by ReadyPromptContent
|
| MockReadyModeState* state = new MockReadyModeState();
|
| MockUrlLauncher* url_launcher = new MockUrlLauncher();
|
|
|