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

Unified Diff: chrome/browser/chrome_net_benchmarking_message_filter.cc

Issue 136113019: Cleanup: Remove some unused code, or make them platform specific. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix build Created 6 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
Index: chrome/browser/chrome_net_benchmarking_message_filter.cc
===================================================================
--- chrome/browser/chrome_net_benchmarking_message_filter.cc (revision 246675)
+++ chrome/browser/chrome_net_benchmarking_message_filter.cc (working copy)
@@ -33,11 +33,9 @@
} // namespace
ChromeNetBenchmarkingMessageFilter::ChromeNetBenchmarkingMessageFilter(
- int render_process_id,
Profile* profile,
net::URLRequestContextGetter* request_context)
- : render_process_id_(render_process_id),
- profile_(profile),
+ : profile_(profile),
request_context_(request_context) {
}
« no previous file with comments | « chrome/browser/chrome_net_benchmarking_message_filter.h ('k') | chrome/browser/devtools/devtools_adb_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698