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

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

Issue 2613153003: [Presentation API] Replaces type converters with typemaps (Closed)
Patch Set: Extend presentation ID max length to 64. Created 3 years, 10 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_proxy.h
diff --git a/content/renderer/presentation/presentation_connection_proxy.h b/content/renderer/presentation/presentation_connection_proxy.h
index fa82849640005949bf62677b03d2c7b5b03d24f9..6c70527704316e552fb0dd1acb8e447d30462f28 100644
--- a/content/renderer/presentation/presentation_connection_proxy.h
+++ b/content/renderer/presentation/presentation_connection_proxy.h
@@ -81,7 +81,7 @@ class CONTENT_EXPORT PresentationConnectionProxy
// blink::mojom::PresentationConnection implementation
void OnMessage(blink::mojom::ConnectionMessagePtr message,
const OnMessageCallback& callback) override;
- void DidChangeState(blink::mojom::PresentationConnectionState state) override;
+ void DidChangeState(content::PresentationConnectionState state) override;
protected:
explicit PresentationConnectionProxy(
« no previous file with comments | « content/public/common/presentation_session.h ('k') | content/renderer/presentation/presentation_connection_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698