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

Unified Diff: chrome/test/reliability/page_load_test.cc

Issue 371025: More memory stats code cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: multiply uses by 1024 to keep stats consistent with old runs Created 11 years, 1 month 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/test/reliability/page_load_test.cc
===================================================================
--- chrome/test/reliability/page_load_test.cc (revision 31329)
+++ chrome/test/reliability/page_load_test.cc (working copy)
@@ -60,7 +60,6 @@
#include "chrome/test/automation/tab_proxy.h"
#include "chrome/test/automation/window_proxy.h"
#include "chrome/test/ui/ui_test.h"
-#include "chrome/test/perf/mem_usage.h"
#include "chrome/test/reliability/page_load_test.h"
#include "net/base/net_util.h"
@@ -608,12 +607,6 @@
} else {
NavigateThroughURLList(log_file);
}
-
-// TODO(estade): port.
-#if defined(OS_WIN)
- if (g_memory_usage)
- PrintChromeMemoryUsageInfo();
-#endif // defined(OS_WIN)
}
if (!g_end_url.empty()) {

Powered by Google App Engine
This is Rietveld 408576698