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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h

Issue 2692333004: [Presentation API] Adds UseCounters for origin types. (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
Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
index 60d9c00be89de81955afb7441956238b66cb7cef..6bed7215e8fc8368decce5c6532d97c1ce9bcd61 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
@@ -17,6 +17,7 @@
namespace blink {
+class Document;
class PresentationConnection;
class PresentationConnectionList;
class WebPresentationClient;
@@ -52,6 +53,8 @@ class MODULES_EXPORT PresentationReceiver final
private:
friend class PresentationReceiverTest;
+ void recordOriginTypeAccess(Document*) const;
+
Member<ConnectionListProperty> m_connectionListProperty;
Member<PresentationConnectionList> m_connectionList;
};

Powered by Google App Engine
This is Rietveld 408576698