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

Unified Diff: content/browser/web_contents/web_contents_impl_browsertest.cc

Issue 250883007: Remove unnecessary log code in web_content_impl_browsertest.cc. It seems not to needed. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl_browsertest.cc
diff --git a/content/browser/web_contents/web_contents_impl_browsertest.cc b/content/browser/web_contents/web_contents_impl_browsertest.cc
index 18bae1bb0c5752a85190d1946df02cf5652a6686..b414ccdd3dc2a878b070fd57ee7cbc66a6c401f1 100644
--- a/content/browser/web_contents/web_contents_impl_browsertest.cc
+++ b/content/browser/web_contents/web_contents_impl_browsertest.cc
@@ -362,7 +362,6 @@ class RenderFrameCreatedObserver : public WebContentsObserver {
}
virtual void RenderFrameCreated(RenderFrameHost* render_frame_host) OVERRIDE {
- LOG(ERROR) << "RFCreated: " << render_frame_host;
last_rfh_ = render_frame_host;
}
@@ -438,3 +437,4 @@ IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest,
}
} // namespace content
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698