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

Unified Diff: third_party/WebKit/public/platform/WebViewScheduler.h

Issue 2696483003: [scheduler] Plumb websocket information to scheduler (Closed)
Patch Set: Created 3 years, 10 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 | « third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebViewScheduler.h
diff --git a/third_party/WebKit/public/platform/WebViewScheduler.h b/third_party/WebKit/public/platform/WebViewScheduler.h
index 55f61844efb87adf1e1d4e371c783616923df865..77e003eef6037abd1da8469a920d7140d28d720b 100644
--- a/third_party/WebKit/public/platform/WebViewScheduler.h
+++ b/third_party/WebKit/public/platform/WebViewScheduler.h
@@ -79,6 +79,8 @@ class BLINK_PLATFORM_EXPORT WebViewScheduler {
virtual void setVirtualTimePolicy(VirtualTimePolicy) = 0;
virtual void audioStateChanged(bool isAudioPlaying) = 0;
+
+ virtual bool hasActiveConnectionForTest() const = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698