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

Unified Diff: components/net_log/net_log_file_writer.cc

Issue 2850253002: Change chrome://net-export/ UI flow. (Closed)
Patch Set: one more HTML comment for consistency Created 3 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 | « no previous file | components/net_log/resources/net_export.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/net_log/net_log_file_writer.cc
diff --git a/components/net_log/net_log_file_writer.cc b/components/net_log/net_log_file_writer.cc
index 3fb3833419b979f6e867cc7cead8e9a654bcb648..8be69a73e1aef95146c3a2a9258deaabe9caf1c2 100644
--- a/components/net_log/net_log_file_writer.cc
+++ b/components/net_log/net_log_file_writer.cc
@@ -244,9 +244,7 @@ std::unique_ptr<base::DictionaryValue> NetLogFileWriter::GetState() const {
auto dict = base::MakeUnique<base::DictionaryValue>();
-#ifndef NDEBUG
dict->SetString("file", log_path_.LossyDisplayName());
-#endif // NDEBUG
base::StringPiece state_string;
switch (state_) {
« no previous file with comments | « no previous file | components/net_log/resources/net_export.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698