Index: chrome/browser/io_thread.h |
=================================================================== |
--- chrome/browser/io_thread.h (revision 112237) |
+++ chrome/browser/io_thread.h (working copy) |
@@ -117,9 +117,14 @@ |
ChromeNetLog* net_log(); |
+ // Handles changing to On The Record mode, discarding confidential data. |
+ void ChangedToOnTheRecord(); |
+ |
// Returns a getter for the URLRequestContext. Only called on the UI thread. |
net::URLRequestContextGetter* system_url_request_context_getter(); |
+ void ChangedToOnTheRecordOnIOThread(); |
eroman
2011/12/05 21:10:49
Can this be private?
mmenke
2011/12/05 22:28:00
Done.
|
+ |
// Clears the host cache. Intended to be used to prevent exposing recently |
// visited sites on about:net-internals/#dns and about:dns pages. Must be |
// called on the IO thread. |