diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 06:03:31 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 06:03:31 +0000 |
commit | 9697c5abfad683112288d367f07bf68d7eb9a05a (patch) | |
tree | 9f3568bad2be33a164e6f8f30f49b26e37f28347 /chrome/browser/net/chrome_url_request_context.h | |
parent | 7ea093ba47c5a1a1652f7249faf56399dd66876f (diff) | |
download | chromium_src-9697c5abfad683112288d367f07bf68d7eb9a05a.zip chromium_src-9697c5abfad683112288d367f07bf68d7eb9a05a.tar.gz chromium_src-9697c5abfad683112288d367f07bf68d7eb9a05a.tar.bz2 |
Add a command line flag to force all network traffic through a particular server.
The command line is:
--fixed-server=host:port
When set, all traffic will be diverted through this server. This is useful for
testing purposes with fixed servers.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/345034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/chrome_url_request_context.h')
-rw-r--r-- | chrome/browser/net/chrome_url_request_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h index 8bbfabe..5935297 100644 --- a/chrome/browser/net/chrome_url_request_context.h +++ b/chrome/browser/net/chrome_url_request_context.h @@ -33,7 +33,7 @@ class ChromeURLRequestContextFactory; // Most methods are expected to be called on the UI thread, except for // the destructor and GetURLRequestContext(). class ChromeURLRequestContextGetter : public URLRequestContextGetter, - public NotificationObserver { + public NotificationObserver { public: // Constructs a ChromeURLRequestContextGetter that will use |factory| to // create the ChromeURLRequestContext. If |profile| is non-NULL, then the |