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

Unified Diff: chrome/renderer/render_thread.cc

Issue 2770005: Removed noisy V8::IdleNotification() LOG(INFO). (Closed)
Patch Set: Created 10 years, 6 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: chrome/renderer/render_thread.cc
diff --git a/chrome/renderer/render_thread.cc b/chrome/renderer/render_thread.cc
index d69de4db2b551468724edcbb5c7016d7d2b71db9..f01167f3b981d50530061fd1072c36b92405682c 100755
--- a/chrome/renderer/render_thread.cc
+++ b/chrome/renderer/render_thread.cc
@@ -904,7 +904,6 @@ void RenderThread::IdleHandler() {
MallocExtension::instance()->ReleaseFreeMemory();
#endif
- LOG(INFO) << "RenderThread calling v8 IdleNotification for " << this;
v8::V8::IdleNotification();
// Schedule next invocation.
« 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