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

Unified Diff: content/public/browser/presentation_screen_availability_listener.h

Issue 887563006: [Reland] Support listening for available screens for multiple (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed non_export_base from RenderFrameObserver 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
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/browser/presentation_service_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/presentation_screen_availability_listener.h
diff --git a/content/public/browser/presentation_screen_availability_listener.h b/content/public/browser/presentation_screen_availability_listener.h
index 111484762fc852fc722ce97f7415400ed759df94..530164e8e578f8013696bb223fa0cb2fa33ea6d6 100644
--- a/content/public/browser/presentation_screen_availability_listener.h
+++ b/content/public/browser/presentation_screen_availability_listener.h
@@ -7,12 +7,14 @@
#include <string>
+#include "content/common/content_export.h"
+
namespace content {
// A listener interface used for receiving updates on screen availability
// associated with a presentation URL from an embedder.
// See also PresentationServiceDelegate.
-class PresentationScreenAvailabilityListener {
+class CONTENT_EXPORT PresentationScreenAvailabilityListener {
public:
virtual ~PresentationScreenAvailabilityListener() {}
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/browser/presentation_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698