Commit ddae613f authored by Eric Roman's avatar Eric Roman Committed by Commit Bot

Remove unused field in NetLog files (logLevelType).

Change-Id: I51ff41c1ceece2f8e7d059fb29b12710ab814f07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083932Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Eric Roman <eroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746185}
parent 9e705cbf
...@@ -257,12 +257,6 @@ std::unique_ptr<base::DictionaryValue> GetNetConstants() { ...@@ -257,12 +257,6 @@ std::unique_ptr<base::DictionaryValue> GetNetConstants() {
// their symbolic names. // their symbolic names.
constants_dict->SetKey("logSourceType", NetLog::GetSourceTypesAsValue()); constants_dict->SetKey("logSourceType", NetLog::GetSourceTypesAsValue());
// TODO(eroman): This is here for compatibility in loading new log files with
// older builds of Chrome. Safe to remove this once M45 is on the stable
// channel.
constants_dict->Set("logLevelType",
std::make_unique<base::DictionaryValue>());
// Information about the relationship between address family enums and // Information about the relationship between address family enums and
// their symbolic names. // their symbolic names.
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment