diff options
author | marq <marq@chromium.org> | 2015-10-22 11:56:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-22 18:57:51 +0000 |
commit | 3f28f31db31e6e79c07d4fe76130ff4ee7e3b652 (patch) | |
tree | 64921e12351ac5aaea0bf5fd0ba28798c35b562c /net | |
parent | 3e345524dcd8570438433c17e2b6f28ec530058d (diff) | |
download | chromium_src-3f28f31db31e6e79c07d4fe76130ff4ee7e3b652.zip chromium_src-3f28f31db31e6e79c07d4fe76130ff4ee7e3b652.tar.gz chromium_src-3f28f31db31e6e79c07d4fe76130ff4ee7e3b652.tar.bz2 |
Clean up TODO(marq) in upstream code.
Removed obsolete TODOs
Replaced remaining items with bugs.
BUG=546140
Review URL: https://codereview.chromium.org/1417293002
Cr-Commit-Position: refs/heads/master@{#355591}
Diffstat (limited to 'net')
-rw-r--r-- | net/proxy/proxy_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h index 303aa10..2e91923 100644 --- a/net/proxy/proxy_config.h +++ b/net/proxy/proxy_config.h @@ -37,8 +37,8 @@ class NET_EXPORT ProxyConfig { public: // ProxyRules describes the "manual" proxy settings. // TODO(eroman): Turn this into a class. - // TODO(marq): Update the enum names; "TYPE_SINGLE_PROXY" really means - // the same set of proxies are used for all requests. + // TODO(crbug.com/546383): Update the enum names; "TYPE_SINGLE_PROXY" really + // means the same set of proxies are used for all requests. struct NET_EXPORT ProxyRules { enum Type { TYPE_NO_RULES, |