Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1369)

Unified Diff: chrome/browser/io_thread.h

Issue 8775067: Clear DNS cache and passive log collected on incognito close. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/ui/webui/net_internals_ui_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/ui/webui/net_internals_ui_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698