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

Unified Diff: third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h

Issue 2327993002: [PresentationAPI] Use KURL and WebURL in place of string types. (Closed)
Patch Set: Address imcheng@ comments 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: third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
index b3991181f1fc7969a69c4edf778ebd8b43663fbf..757dadc6a390b7b7085c66f8f4c7cffd830aa951 100644
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
@@ -6,6 +6,7 @@
#define WebPresentationConnectionClient_h
#include "public/platform/WebString.h"
+#include "public/platform/WebURL.h"
namespace blink {
@@ -27,7 +28,7 @@ public:
virtual ~WebPresentationConnectionClient() { }
virtual WebString getId() = 0;
- virtual WebString getUrl() = 0;
+ virtual WebURL getUrl() = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698