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

Unified Diff: extensions/browser/guest_view/web_view/web_view_apitest.cc

Issue 2777443002: Use SameDocument instead of SamePage term for extensions. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | extensions/test/data/web_view/apitest/guest_same_document_navigation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_apitest.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_apitest.cc b/extensions/browser/guest_view/web_view/web_view_apitest.cc
index 61d8c60ea02c2e94dc48530f13a2ac524f42213c..fe742323629f736b579110c7d4204ea8ed21c9f2 100644
--- a/extensions/browser/guest_view/web_view/web_view_apitest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_apitest.cc
@@ -747,10 +747,10 @@ IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestWebRequestAPIWithHeaders) {
StopTestServer();
}
-IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestLoadEventsSamePageNavigation) {
+IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestLoadEventsSameDocumentNavigation) {
std::string app_location = "web_view/apitest";
StartTestServer(app_location);
- RunTest("testLoadEventsSamePageNavigation", app_location);
+ RunTest("testLoadEventsSameDocumentNavigation", app_location);
StopTestServer();
}
« no previous file with comments | « no previous file | extensions/test/data/web_view/apitest/guest_same_document_navigation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698