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

Unified Diff: content/public/browser/presentation_service_delegate.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/public/browser/presentation_service_delegate.h
diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
index 89da14d8b3add9ee975be8999cc55179778aa111..b70fcc8df2fa0f931d83b1ed0e5d8a78ee676b43 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -106,10 +106,6 @@ class CONTENT_EXPORT PresentationServiceDelegate {
// |presentation_url|.
// |render_process_id|, |render_frame_id|: ID of originating frame.
// |presentation_url|: URL of the presentation.
- // |presentation_id|: The caller may provide an non-empty string to be used
- // as the ID of the presentation. If empty, the default presentation ID
whywhat 2015/07/02 19:54:31 Perhaps you want to leave the comment about the de
mlamouri (slow - plz ping) 2015/07/08 14:37:09 Done.
- // will be used. If both are empty, the embedder will automatically generate
- // one.
// |success_cb|: Invoked with session info, if presentation session started
// successfully.
// |error_cb|: Invoked with error reason, if presentation session did not
@@ -118,7 +114,6 @@ class CONTENT_EXPORT PresentationServiceDelegate {
int render_process_id,
int render_frame_id,
const std::string& presentation_url,
- const std::string& presentation_id,
const PresentationSessionSuccessCallback& success_cb,
const PresentationSessionErrorCallback& error_cb) = 0;

Powered by Google App Engine
This is Rietveld 408576698