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

Unified Diff: chrome/service/net/service_url_request_context.h

Issue 6338002: net: Remove typedef net::URLRequestContext URLRequestContext; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for real Created 9 years, 11 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
Index: chrome/service/net/service_url_request_context.h
diff --git a/chrome/service/net/service_url_request_context.h b/chrome/service/net/service_url_request_context.h
index 4e6e296c48aa74eb0e817f6a3801fb9d42eae076..47d5c23e3f03ac4c2192c49b0d585cf5cd3ef872 100644
--- a/chrome/service/net/service_url_request_context.h
+++ b/chrome/service/net/service_url_request_context.h
@@ -25,9 +25,9 @@ namespace base {
class MessageLoopProxy;
}
-// Subclass of URLRequestContext which can be used to store extra information
-// for requests. This subclass is meant to be used in the service process where
-// the profile is not available.
+// Subclass of net::URLRequestContext which can be used to store extra
+// information for requests. This subclass is meant to be used in the service
+// process where the profile is not available.
//
class ServiceURLRequestContext : public net::URLRequestContext {
public:
@@ -36,7 +36,7 @@ class ServiceURLRequestContext : public net::URLRequestContext {
cookie_policy_ = policy;
}
- // URLRequestContext overrides
+ // Overridden from net::URLRequestContext:
virtual const std::string& GetUserAgent(const GURL& url) const;
protected:

Powered by Google App Engine
This is Rietveld 408576698