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

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

Issue 2177233002: binding: Calls didAccessInitialDocument() for a returned Window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated SSLUITest's test expectation. Created 4 years, 5 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 | chrome/browser/ssl/ssl_browser_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_browsertest.cc
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
index 146fb768c6d279076838d8469c4527284b9b8c65..62da795254d505b590c305d80b58059bf28b6638 100644
--- a/chrome/browser/apps/app_browsertest.cc
+++ b/chrome/browser/apps/app_browsertest.cc
@@ -453,7 +453,7 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
ASSERT_EQ(kExpectedNumberOfTabs, observer.tabs().size());
EXPECT_EQ(GURL(kChromiumURL),
observer.tabs()[kExpectedNumberOfTabs - 1]->GetURL());
- EXPECT_EQ(GURL(kChromiumURL),
+ EXPECT_EQ(GURL(""),
observer.tabs()[kExpectedNumberOfTabs - 2]->GetURL());
}
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_browser_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698