| 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 e9faf59b3271d1db9e6afceaaa675740cce26f52..ddc3550911a400f05370ec430ad3defe962fd67f 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_;
|
|
|