Index: chrome/browser/net/chrome_url_request_context.cc |
diff --git a/chrome/browser/net/chrome_url_request_context.cc b/chrome/browser/net/chrome_url_request_context.cc |
index 64d23c1da6ff2c8baf4c5c09e21b8a1975fe9586..c57ad457ce8a0d6a5335d69524d0cd27cf6f11ac 100644 |
--- a/chrome/browser/net/chrome_url_request_context.cc |
+++ b/chrome/browser/net/chrome_url_request_context.cc |
@@ -277,7 +277,6 @@ ChromeURLRequestContext::ChromeURLRequestContext( |
ContextType type, |
chrome_browser_net::LoadTimeStats* load_time_stats) |
: ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)), |
- is_incognito_(false), |
load_time_stats_(load_time_stats) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
if (load_time_stats_) |
@@ -294,5 +293,4 @@ void ChromeURLRequestContext::CopyFrom(ChromeURLRequestContext* other) { |
URLRequestContext::CopyFrom(other); |
// Copy ChromeURLRequestContext parameters. |
- set_is_incognito(other->is_incognito()); |
} |