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

Unified Diff: content/browser/presentation/presentation_service_impl.h

Issue 1208083004: Presentation API: ignore presentation id passed to startSession(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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
Index: content/browser/presentation/presentation_service_impl.h
diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
index 50e37f147ffca2809ab3e31a555cfe41b5c59c51..04b34befd04ac727a6b688b81670373e57cb4206 100644
--- a/content/browser/presentation/presentation_service_impl.h
+++ b/content/browser/presentation/presentation_service_impl.h
@@ -178,7 +178,6 @@ class CONTENT_EXPORT PresentationServiceImpl
const DefaultSessionMojoCallback& callback) override;
void StartSession(
const mojo::String& presentation_url,
- const mojo::String& presentation_id,
const NewSessionMojoCallback& callback) override;
void JoinSession(
const mojo::String& presentation_url,

Powered by Google App Engine
This is Rietveld 408576698