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

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: Created 5 years, 6 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 66c0da43cca7a6a7257f705e5ce4a0963bb99a8c..9e09710191383b04026de902d015eb0ae439b072 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