| Index: chrome_frame/test/test_with_web_server.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_with_web_server.cc (revision 53833)
|
| +++ chrome_frame/test/test_with_web_server.cc (working copy)
|
| @@ -772,10 +772,7 @@
|
| const wchar_t kPersistentCookieTest[] =
|
| L"files/persistent_cookie_test_page.html";
|
| TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_PersistentCookieTest) {
|
| - // Temporarily enable gcf: protocol for this test.
|
| - SetConfigBool(kEnableGCFProtocol, true);
|
| SimpleBrowserTest(IE, kPersistentCookieTest, L"PersistentCookieTest");
|
| - SetConfigBool(kEnableGCFProtocol, false);
|
| }
|
|
|
| const wchar_t kNavigateOutPage[] = L"files/navigate_out.html";
|
|
|