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

Unified Diff: content/public/common/content_client.cc

Issue 1703163002: Remove dependency on GURL from content/common/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary include from gpu_command_buffer_stub Created 4 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
« no previous file with comments | « content/public/common/content_client.h ('k') | content/renderer/pepper/pepper_video_encoder_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 75ed9979f0770168c5de239cb2944b9d51be9668..e1b50ec799da454025f849e5d4db51a0346df926 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -71,6 +71,10 @@ ContentClient::ContentClient()
ContentClient::~ContentClient() {
}
+void ContentClient::SetActiveURL(const std::string& url) {
+ SetActiveURL(GURL(url));
+}
+
bool ContentClient::CanSendWhileSwappedOut(const IPC::Message* message) {
return false;
}
« no previous file with comments | « content/public/common/content_client.h ('k') | content/renderer/pepper/pepper_video_encoder_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698