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

Unified Diff: net/sdch/README.md

Issue 1514113002: Remove incorrect language indicating that URLRequest was dependent on SDCHOwner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/sdch/README.md
diff --git a/net/sdch/README.md b/net/sdch/README.md
index 8200ee50528128417ca44e0269df9adb78cb9f47..7735197c4e11d7440657f60b88028c9b8220567d 100644
--- a/net/sdch/README.md
+++ b/net/sdch/README.md
@@ -63,9 +63,8 @@ and guarantee that the SdchManager outlive the SdchOwner.
Note the layering of the above classes:
-1. The SdchManager and SdchOwner classes have no knowledge of
- URLRequests. URLRequest is dependent on those classes, not the
- reverse.
+1. The SdchManager class has no knowledge of URLRequests. URLRequest
+ is dependent on that class, not the reverse.
2. SdchDictionaryFetcher is dependent on URLRequest, but is still a
utility class exported by the net/ library for use by higher levels.
3. SdchOwner manages the entire system on behalf of the embedder. The
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698