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

Unified Diff: chrome/common/chrome_content_client.cc

Issue 6677053: Get rid of some more dependencies on chrome\common from plugin, in preparatio... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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: chrome/common/chrome_content_client.cc
===================================================================
--- chrome/common/chrome_content_client.cc (revision 78225)
+++ chrome/common/chrome_content_client.cc (working copy)
@@ -9,6 +9,7 @@
namespace chrome {
void ChromeContentClient::SetActiveURL(const GURL& url) {
+ child_process_logging::SetActiveURL(url);
}
void ChromeContentClient::SetGpuInfo(const GPUInfo& gpu_info) {

Powered by Google App Engine
This is Rietveld 408576698