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

Unified Diff: blimp/engine/app/blimp_url_request_context_getter.h

Issue 1864163003: Add new system url request context getter to the blimp engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment updates and syncing ptr migration. Includes rebase. Created 4 years, 8 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
Index: blimp/engine/app/blimp_url_request_context_getter.h
diff --git a/blimp/engine/app/blimp_url_request_context_getter.h b/blimp/engine/app/blimp_url_request_context_getter.h
index 43d5395b43912e9304ab45d8cef2d68b87d9e2b9..a991d6e07b47c482e1716619de11eef4b34aa949 100644
--- a/blimp/engine/app/blimp_url_request_context_getter.h
+++ b/blimp/engine/app/blimp_url_request_context_getter.h
@@ -29,6 +29,8 @@ class ProxyService;
namespace blimp {
namespace engine {
+// The URLRequestContextGetter for Blimp "user" requests.
+// System request context is handled in a separate class.
class BlimpURLRequestContextGetter : public net::URLRequestContextGetter {
public:
// The content of |protocol_handlers| is is swapped into the new instance.
« no previous file with comments | « blimp/engine/app/blimp_system_url_request_context_getter.cc ('k') | blimp/engine/common/blimp_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698