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

Unified Diff: net/ftp/ftp_ctrl_response_buffer.cc

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to fix a merge conflict Created 5 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 | « net/filter/sdch_filter.cc ('k') | net/http/http_cache_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_ctrl_response_buffer.cc
diff --git a/net/ftp/ftp_ctrl_response_buffer.cc b/net/ftp/ftp_ctrl_response_buffer.cc
index f7b14678095a7ecfa9bea48b832b79dd98cd498f..36486b7060980fcc0cc4e37cf1541c21d4d07f7a 100644
--- a/net/ftp/ftp_ctrl_response_buffer.cc
+++ b/net/ftp/ftp_ctrl_response_buffer.cc
@@ -80,7 +80,7 @@ int FtpCtrlResponseBuffer::ConsumeData(const char* data, int data_length) {
namespace {
base::Value* NetLogFtpCtrlResponseCallback(const FtpCtrlResponse* response,
- NetLog::LogLevel log_level) {
+ NetLogCaptureMode capture_mode) {
base::ListValue* lines = new base::ListValue();
lines->AppendStrings(response->lines);
« no previous file with comments | « net/filter/sdch_filter.cc ('k') | net/http/http_cache_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698