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

Unified Diff: Source/web/tests/ChromeClientImplTest.cpp

Issue 1163543002: Reland "Correctly set ScriptState in the image loader microtask" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git cl try Created 5 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 | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/ChromeClientImplTest.cpp
diff --git a/Source/web/tests/ChromeClientImplTest.cpp b/Source/web/tests/ChromeClientImplTest.cpp
index 6dbafb4a5706bbc007ef0f87a3627ad50bf30599..7b8dcfd6e4a52e8b55305c4009f45548ee9ac218 100644
--- a/Source/web/tests/ChromeClientImplTest.cpp
+++ b/Source/web/tests/ChromeClientImplTest.cpp
@@ -102,14 +102,14 @@ protected:
event.button = button;
setCurrentInputEventForTest(&event);
m_chromeClientImpl->setScrollbarsVisible(!asPopup);
- m_chromeClientImpl->show(NavigationPolicyIgnore);
+ m_chromeClientImpl->show(NavigationPolicyIgnore, CreatedFromLoadRequest);
setCurrentInputEventForTest(0);
return m_result;
}
bool isNavigationPolicyPopup()
{
- m_chromeClientImpl->show(NavigationPolicyIgnore);
+ m_chromeClientImpl->show(NavigationPolicyIgnore, CreatedFromLoadRequest);
return m_result == WebNavigationPolicyNewPopup;
}
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698