| Index: chrome/browser/net/chrome_url_request_context.h
|
| diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
|
| index 88d80e2ab94d0ff7eee01c07b7ed1ef41ecc68e7..3d54bba8c3400480dff5a400d2a4693d80cc46cc 100644
|
| --- a/chrome/browser/net/chrome_url_request_context.h
|
| +++ b/chrome/browser/net/chrome_url_request_context.h
|
| @@ -47,14 +47,6 @@ class ChromeURLRequestContext : public net::URLRequestContext {
|
| // Copies the state from |other| into this context.
|
| void CopyFrom(ChromeURLRequestContext* other);
|
|
|
| - bool is_incognito() const {
|
| - return is_incognito_;
|
| - }
|
| -
|
| - void set_is_incognito(bool is_incognito) {
|
| - is_incognito_ = is_incognito;
|
| - }
|
| -
|
| private:
|
| base::WeakPtrFactory<ChromeURLRequestContext> weak_factory_;
|
|
|
| @@ -63,7 +55,6 @@ class ChromeURLRequestContext : public net::URLRequestContext {
|
| // be added to CopyFrom.
|
| // ---------------------------------------------------------------------------
|
|
|
| - bool is_incognito_;
|
| chrome_browser_net::LoadTimeStats* load_time_stats_;
|
|
|
| // ---------------------------------------------------------------------------
|
|
|