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

Unified Diff: content/renderer/presentation/presentation_connection_client.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: 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 a696a8a907ec4556d5aec0ff46078fb21d8bae92..f8e0bac00034b04684557338fcb418b5edb9c314 100644
--- a/content/renderer/presentation/presentation_connection_client.h
+++ b/content/renderer/presentation/presentation_connection_client.h
@@ -25,11 +25,11 @@ class CONTENT_EXPORT PresentationConnectionClient
~PresentationConnectionClient() override;
// WebPresentationConnectionClient implementation.
- blink::WebString getUrl() override;
+ blink::WebURL getUrl() override;
blink::WebString getId() override;
private:
- blink::WebString url_;
+ blink::WebURL url_;
blink::WebString id_;
};

Powered by Google App Engine
This is Rietveld 408576698