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

Unified Diff: chrome/test/testing_browser_process.h

Issue 6292017: Extended: Add "system" URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 9 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
Index: chrome/test/testing_browser_process.h
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index 4c388247e1a35e1b952592827aabcf3548313ee3..b03ab206a97eb0a3ea72c0a1f7ea082198ee7538 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -78,6 +78,10 @@ class TestingBrowserProcess : public BrowserProcess {
virtual safe_browsing::ClientSideDetectionService*
safe_browsing_detection_service();
+ virtual PrefProxyConfigTracker* pref_proxy_config_tracker();
+
+ virtual scoped_refptr<URLRequestContextGetter> system_request_context();
+
virtual ui::Clipboard* clipboard();
virtual NotificationUIManager* notification_ui_manager();
@@ -134,6 +138,7 @@ class TestingBrowserProcess : public BrowserProcess {
scoped_ptr<base::WaitableEvent> shutdown_event_;
unsigned int module_ref_count_;
scoped_ptr<ui::Clipboard> clipboard_;
+ scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
std::string app_locale_;
PrefService* pref_service_;

Powered by Google App Engine
This is Rietveld 408576698