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

Unified Diff: Source/web/ChromeClientImpl.cpp

Issue 1313013005: Add a test that we resume commits after inserting the body. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove extra incs. Created 5 years, 4 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: Source/web/ChromeClientImpl.cpp
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
index 7f94b2dcb0b6ea8e2ed9b82f97cb8f0a9de1152a..7bfbaf4362ad0684a67cf570ebee2a6dae37a10b 100644
--- a/Source/web/ChromeClientImpl.cpp
+++ b/Source/web/ChromeClientImpl.cpp
@@ -989,6 +989,11 @@ void ChromeClientImpl::notifyPopupOpeningObservers() const
observer->willOpenPopup();
}
+bool ChromeClientImpl::disableThreadedParsingForUnitTests() const
+{
+ return m_webView->client() && m_webView->client()->disableThreadedParsingForUnitTests();
+}
+
FloatSize ChromeClientImpl::elasticOverscroll() const
{
return m_webView->elasticOverscroll();

Powered by Google App Engine
This is Rietveld 408576698