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

Unified Diff: chrome/browser/io_thread.h

Issue 2698143004: Add ongoing events to net-export log when logging starts (Closed)
Patch Set: Forgot to update comment for StopNetLog() Created 3 years, 10 months 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/io_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 5bf834ad3917b3f93a9337726cec701d151a9a7e..7de16724dbf5c100bc61082a9b246d3800333710 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -224,7 +224,8 @@ class IOThread : public content::BrowserThreadDelegate {
// Handles changing to On The Record mode, discarding confidential data.
void ChangedToOnTheRecord();
- // Returns a getter for the URLRequestContext. Only called on the UI thread.
+ // Returns a getter for the system URLRequestContext. Only called on the UI
eroman 2017/02/22 02:03:29 Please propose refactors io_thread as a separate C
wangyix1 2017/02/23 02:14:57 Change reverted.
+ // thread.
net::URLRequestContextGetter* system_url_request_context_getter();
// Clears the host cache. Intended to be used to prevent exposing recently
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698