Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Unified Diff: chrome/browser/extensions/web_view_browsertest.cc

Issue 11275209: Revert r165772: Keep browser process alive while there are platform apps with background pages runn… (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/web_view_browsertest.cc
===================================================================
--- chrome/browser/extensions/web_view_browsertest.cc (revision 166679)
+++ chrome/browser/extensions/web_view_browsertest.cc (working copy)
@@ -205,8 +205,6 @@
named_partition_contents1,
&cookie_size, &cookie_value);
EXPECT_EQ("", cookie_value);
-
- CloseShellWindowsAndWaitForAppToExit();
davidjames 2012/11/08 17:38:48 The original CL had trivial conflicts on this line
}
// This tests DOM storage isolation for packaged apps with webview tags. It
@@ -295,8 +293,6 @@
default_tag_contents1->GetRenderViewHost(), std::wstring(),
get_session_storage.c_str(), &output));
EXPECT_STREQ("badval", output.c_str());
-
- CloseShellWindowsAndWaitForAppToExit();
davidjames 2012/11/08 17:38:48 The CL I reverted added the CloseShellWindowsAndWa
}
// This tests IndexedDB isolation for packaged apps with webview tags. It loads
@@ -383,6 +379,4 @@
ExecuteScriptWaitForTitle(chrome::GetWebContentsAt(browser(), 0),
script, "db not found");
ExecuteScriptWaitForTitle(default_tag_contents1, script, "db not found");
-
- CloseShellWindowsAndWaitForAppToExit();
davidjames 2012/11/08 17:38:48 The CL I reverted added the CloseShellWindowsAndWa
}

Powered by Google App Engine
This is Rietveld 408576698