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

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

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad merge + add OWNERS for guestview/* Created 6 years, 6 months 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/apps/web_view_browsertest.cc
diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc
index cb0b05bd5ad53e7677d1aed482f557eac96c5375..ab7aa3c992faa8515d2d25f025a0d709d0962236 100644
--- a/chrome/browser/apps/web_view_browsertest.cc
+++ b/chrome/browser/apps/web_view_browsertest.cc
@@ -913,6 +913,13 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestPartitionRaisesException) {
TestHelper("testPartitionRaisesException", "web_view/shim", NO_TEST_SERVER);
}
+IN_PROC_BROWSER_TEST_F(WebViewTest,
+ Shim_TestPartitionRemovalAfterNavigationFails) {
+ TestHelper("testPartitionRemovalAfterNavigationFails",
+ "web_view/shim",
+ NO_TEST_SERVER);
+}
+
IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestExecuteScriptFail) {
#if defined(OS_WIN)
// Flaky on XP bot http://crbug.com/266185
« no previous file with comments | « no previous file | chrome/browser/extensions/api/guestview/OWNERS » ('j') | chrome/common/extensions/api/_api_features.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698