summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/chrome_url_request_context.h')
-rw-r--r--chrome/browser/net/chrome_url_request_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
index e9faf59..ddc3550 100644
--- a/chrome/browser/net/chrome_url_request_context.h
+++ b/chrome/browser/net/chrome_url_request_context.h
@@ -310,6 +310,7 @@ class ChromeURLRequestContextGetter : public URLRequestContextGetter,
// ChromeURLRequestContext.
void OnAcceptLanguageChange(const std::string& accept_language);
void OnDefaultCharsetChange(const std::string& default_charset);
+ void OnClearSiteDataOnExitChange(bool clear_site_data);
// Saves the cookie store to |result| and signals |completion|.
void GetCookieStoreAsyncHelper(base::WaitableEvent* completion,
@@ -362,6 +363,7 @@ class ChromeURLRequestContextFactory {
// ApplyProfileParametersToContext().
bool is_media_;
bool is_off_the_record_;
+ bool clear_local_state_on_exit_;
std::string accept_language_;
std::string accept_charset_;
std::string referrer_charset_;