Chromium Code Reviews

Unified Diff: content/browser/presentation/presentation_service_impl_unittest.cc

Issue 1219273003: Presentation API: allow the Mojo service to reject a getAvailability() call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presentation_get_availability_chromium
Patch Set: update unit tests Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | content/common/presentation/presentation_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/presentation/presentation_service_impl_unittest.cc
diff --git a/content/browser/presentation/presentation_service_impl_unittest.cc b/content/browser/presentation/presentation_service_impl_unittest.cc
index dc3e5b2d99c7d5385c79ebfdd0f1f1610bb1f4f5..74f968dccc0d32af114e1ef0595fa4d03c794139 100644
--- a/content/browser/presentation/presentation_service_impl_unittest.cc
+++ b/content/browser/presentation/presentation_service_impl_unittest.cc
@@ -139,6 +139,9 @@ class MockPresentationServiceClient :
presentation::PresentationSessionState new_state) override {
NOTIMPLEMENTED();
}
+ void OnScreenAvailabilityNotSupported() override {
+ NOTIMPLEMENTED();
+ }
};
class PresentationServiceImplTest : public RenderViewHostImplTestHarness {
« no previous file with comments | « no previous file | content/common/presentation/presentation_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine