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

Unified Diff: mojo/services/network/network_context.h

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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 | « mojo/services/network/http_server_apptest.cc ('k') | mojo/services/network/network_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/network_context.h
diff --git a/mojo/services/network/network_context.h b/mojo/services/network/network_context.h
index 19e8e5ab42bf9856dafad15a6def5841ffc116e2..96e8d684457efeee1fd1f181f9515477bb0639b9 100644
--- a/mojo/services/network/network_context.h
+++ b/mojo/services/network/network_context.h
@@ -45,6 +45,9 @@ class NetworkContext {
static scoped_ptr<net::URLRequestContext> MakeURLRequestContext(
const base::FilePath& base_path);
+ class MojoNetLog;
+ scoped_ptr<class MojoNetLog> net_log_;
+
scoped_ptr<net::URLRequestContext> url_request_context_;
// URLLoaderImpls register themselves with the NetworkContext so that they can
// be cleaned up when the NetworkContext goes away. This is needed as
« no previous file with comments | « mojo/services/network/http_server_apptest.cc ('k') | mojo/services/network/network_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698