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

Unified Diff: chrome/browser/net/chrome_net_log.cc

Issue 6288011: Perf test of disabling ChromeNetLog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ignore added entries instead. Created 9 years, 11 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/browser/net/chrome_net_log.cc
diff --git a/chrome/browser/net/chrome_net_log.cc b/chrome/browser/net/chrome_net_log.cc
index 6cfc893e8b5765424341bd7febeda4d9d175fd97..2435907ede93b04323e905354297b902c4ab6c77 100644
--- a/chrome/browser/net/chrome_net_log.cc
+++ b/chrome/browser/net/chrome_net_log.cc
@@ -88,8 +88,10 @@ void ChromeNetLog::AddEntry(EventType type,
AutoLock lock(lock_);
// Notify all of the log observers.
+#if 0
FOR_EACH_OBSERVER(ThreadSafeObserver, observers_,
OnAddEntry(type, time, source, phase, params));
+#endif
}
uint32 ChromeNetLog::NextID() {
« 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