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

Unified Diff: content/test/test_content_browser_client.cc

Issue 258373002: Towards moving guest management to chrome: Introduce GuestViewManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/test/test_content_browser_client.cc
diff --git a/content/test/test_content_browser_client.cc b/content/test/test_content_browser_client.cc
index 7b9d3683aa87a683952c509f5fd7399786a2a7dc..70736a21d7ce06e87883a51b446c9673ea4940b0 100644
--- a/content/test/test_content_browser_client.cc
+++ b/content/test/test_content_browser_client.cc
@@ -13,6 +13,7 @@
namespace content {
TestContentBrowserClient::TestContentBrowserClient() {
+ fprintf(stderr, ">>>%s\n", __PRETTY_FUNCTION__);
lazyboy 2014/04/30 08:40:15 Test code.
}
TestContentBrowserClient::~TestContentBrowserClient() {

Powered by Google App Engine
This is Rietveld 408576698