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

Unified Diff: chrome/browser/resources/net_internals/sdch_view.js

Issue 2785493003: Disable SDCH by Default (Closed)
Patch Set: Clean up IOS compilation errors and remove from IOS OTR profile. Created 3 years, 9 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 | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698