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

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

Issue 2174693004: [Presentation API] Add support to content/ for multiple URLs per PresentationRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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/renderer/presentation/presentation_connection_client.h
diff --git a/content/renderer/presentation/presentation_connection_client.h b/content/renderer/presentation/presentation_connection_client.h
index c411b4ea0b714d2287451c7fe9a2572a319aa832..a696a8a907ec4556d5aec0ff46078fb21d8bae92 100644
--- a/content/renderer/presentation/presentation_connection_client.h
+++ b/content/renderer/presentation/presentation_connection_client.h
@@ -9,6 +9,7 @@
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h"
#include "third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h"
+#include "url/gurl.h"
namespace content {
@@ -19,8 +20,8 @@ class CONTENT_EXPORT PresentationConnectionClient
public:
explicit PresentationConnectionClient(
blink::mojom::PresentationSessionInfoPtr session_info);
- explicit PresentationConnectionClient(const mojo::String& url,
- const mojo::String& id);
+ explicit PresentationConnectionClient(const GURL& url,
+ const mojo::String& id);
~PresentationConnectionClient() override;
// WebPresentationConnectionClient implementation.

Powered by Google App Engine
This is Rietveld 408576698