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

Unified Diff: Source/modules/presentation/PresentationRequest.h

Issue 1290693003: Presentation API: add UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 4 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: Source/modules/presentation/PresentationRequest.h
diff --git a/Source/modules/presentation/PresentationRequest.h b/Source/modules/presentation/PresentationRequest.h
index befa7f3f3f28a15607280bf4b3bbbf3f20483a83..ebd921bbb3279f0e4e04aa06c9116f87305fee03 100644
--- a/Source/modules/presentation/PresentationRequest.h
+++ b/Source/modules/presentation/PresentationRequest.h
@@ -30,6 +30,7 @@ public:
// EventTarget implementation.
const AtomicString& interfaceName() const override;
ExecutionContext* executionContext() const override;
+ bool addEventListener(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, bool capture) override;
// ActiveDOMObject implementation.
bool hasPendingActivity() const;
« no previous file with comments | « Source/modules/presentation/PresentationAvailability.cpp ('k') | Source/modules/presentation/PresentationRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698