| Index: chrome/browser/resources/net_internals/sdch_view.js
|
| diff --git a/chrome/browser/resources/net_internals/sdch_view.js b/chrome/browser/resources/net_internals/sdch_view.js
|
| index f42ec4609ddffed8b917d26a1cba5a6c4d198bf3..6f5191e4c795b4732d5c9597a3399cd8f67673af 100644
|
| --- a/chrome/browser/resources/net_internals/sdch_view.js
|
| +++ b/chrome/browser/resources/net_internals/sdch_view.js
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// TODO(rdsmith) Note that SDCH has been disabled in Chrome as of M59.
|
| +// This code is being retained for examining dumps generated before that
|
| +// milestone. It's probably fine to remove it in M64 or later.
|
| +
|
| /**
|
| * This view displays information related to SDCH.
|
| *
|
|
|