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

Unified Diff: content/renderer/presentation/presentation_dispatcher.h

Issue 1221093004: Presentation API: remove stall PresentationDispatcher::startSession(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presentation_startsession_noid
Patch Set: rebase Created 5 years, 5 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 | « no previous file | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/presentation/presentation_dispatcher.h
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
index da26d0fd60753e8746bb7e179433d17d60c8d64d..1a97dd8a92b399b341ebf927ac12b29759ef337e 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -38,11 +38,6 @@ class CONTENT_EXPORT PresentationDispatcher
virtual void startSession(
const blink::WebString& presentationUrl,
blink::WebPresentationSessionClientCallbacks* callback);
- // TODO(mlamouri): remove this one when the one above is used by Blink.
- virtual void startSession(
- const blink::WebString& presentationUrl,
- const blink::WebString& presentationId,
- blink::WebPresentationSessionClientCallbacks* callback);
virtual void joinSession(
const blink::WebString& presentationUrl,
const blink::WebString& presentationId,
« no previous file with comments | « no previous file | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698