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

Unified Diff: Source/web/ChromeClientImpl.h

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.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 45faa38c286e79280d0cee6947ac179cfd8121e0..071f52adc9d207cce118ea2a745bb8d6009f6242 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -175,6 +175,8 @@ public:
private:
explicit ChromeClientImpl(WebViewImpl*);
+ bool disableThreadedParsingForUnitTests() const override;
+
bool isChromeClientImpl() const override { return true; }
void registerPopupOpeningObserver(PopupOpeningObserver*) override;
void unregisterPopupOpeningObserver(PopupOpeningObserver*) override;

Powered by Google App Engine
This is Rietveld 408576698