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

Unified Diff: public/web/WebView.h

Issue 736723002: Expose defersLoading API (for tests) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 24e3557c9a27be1eaf6e129e68831b48ab76ae00..5c6f1e066945ea8c3f9a5836a2034b7879bfbd0c 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -497,6 +497,10 @@ public:
// event gets generated/tested.
virtual void forceNextWebGLContextCreationToFail() = 0;
+ // Proxies for the same API in Page.
+ virtual bool defersLoading() const = 0;
+ virtual void setDefersLoading(bool value) = 0;
+
protected:
~WebView() {}
};
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698