Index: chrome/browser/extensions/web_view_browsertest.cc |
=================================================================== |
--- chrome/browser/extensions/web_view_browsertest.cc (revision 170888) |
+++ chrome/browser/extensions/web_view_browsertest.cc (working copy) |
@@ -282,8 +282,6 @@ |
named_partition_contents1, |
&cookie_size, &cookie_value); |
EXPECT_EQ("", cookie_value); |
- |
- CloseShellWindowsAndWaitForAppToExit(); |
} |
// This tests that in-memory storage partitions are reset on browser restart, |
@@ -374,8 +372,6 @@ |
persistent_partition_contents3, |
&cookie_size, &cookie_value); |
EXPECT_EQ("persist2=true", cookie_value); |
- |
- CloseShellWindowsAndWaitForAppToExit(); |
} |
// This is the post-reset portion of the StoragePersistence test. See |
@@ -437,8 +433,6 @@ |
persistent_partition_contents3, |
&cookie_size, &cookie_value); |
EXPECT_EQ("persist2=true", cookie_value); |
- |
- CloseShellWindowsAndWaitForAppToExit(); |
} |
// This tests DOM storage isolation for packaged apps with webview tags. It |
@@ -527,8 +521,6 @@ |
default_tag_contents1->GetRenderViewHost(), std::wstring(), |
get_session_storage.c_str(), &output)); |
EXPECT_STREQ("badval", output.c_str()); |
- |
- CloseShellWindowsAndWaitForAppToExit(); |
} |
// This tests IndexedDB isolation for packaged apps with webview tags. It loads |
@@ -615,6 +607,4 @@ |
ExecuteScriptWaitForTitle(chrome::GetWebContentsAt(browser(), 0), |
script, "db not found"); |
ExecuteScriptWaitForTitle(default_tag_contents1, script, "db not found"); |
- |
- CloseShellWindowsAndWaitForAppToExit(); |
} |