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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1322123002: Presentation API: rename PresentationRequest.join() to reconnect(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test 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/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index d2f1f5cae02ca59f6a11992b7479c58846f5ae9f..7c513705fe4c2bce8774cd7e93d94dedac9c49fc 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -823,7 +823,7 @@ public:
PresentationAvailabilityChangeEventListener = 927,
PresentationRequestConstructor = 928,
PresentationRequestStart = 929,
- PresentationRequestJoin = 930,
+ PresentationRequestReconnect = 930,
PresentationRequestGetAvailability = 931,
PresentationRequestSessionConnectEventListener = 932,
PresentationSessionClose = 933,
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/presentation/PresentationRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698