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

Unified Diff: content/shell/renderer/test_runner/web_test_delegate.h

Issue 905823004: Added MockPresentationClient to use in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/shell/renderer/test_runner/web_test_delegate.h
diff --git a/content/shell/renderer/test_runner/web_test_delegate.h b/content/shell/renderer/test_runner/web_test_delegate.h
index cb31881a50591e9c46074b72a942f83098c5b310..9b9b2f0c3cbc0daef6494286a99cee84c91f585e 100644
--- a/content/shell/renderer/test_runner/web_test_delegate.h
+++ b/content/shell/renderer/test_runner/web_test_delegate.h
@@ -70,6 +70,9 @@ class WebTestDelegate {
virtual void DidChangeBatteryStatus(
const blink::WebBatteryStatus& status) = 0;
+ // Sets second screen availability for the Presentation API.
+ virtual void SetScreenAvailability(bool available) = 0;
+
// Add a message to the text dump for the layout test.
virtual void PrintMessage(const std::string& message) = 0;
« no previous file with comments | « content/shell/renderer/test_runner/web_frame_test_proxy.h ('k') | content/shell/renderer/test_runner/web_test_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698