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

Unified Diff: content/browser/presentation/presentation_service_impl.h

Issue 1376703002: Presentation API: reject screen availability observing on Android low ram devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments and compile fix Created 5 years, 3 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/browser/presentation/presentation_service_impl.h
diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
index 0a3fe6fbab3f5787ee3aa291ae20a9dc337d3e25..cbea133b094d7ea914a4429c3dfb8bfdaa9419be 100644
--- a/content/browser/presentation/presentation_service_impl.h
+++ b/content/browser/presentation/presentation_service_impl.h
@@ -118,6 +118,7 @@ class CONTENT_EXPORT PresentationServiceImpl
// PresentationScreenAvailabilityListener implementation.
std::string GetAvailabilityUrl() const override;
void OnScreenAvailabilityChanged(bool available) override;
+ void OnScreenAvailabilityNotSupported() override;
private:
const std::string availability_url_;

Powered by Google App Engine
This is Rietveld 408576698