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

Unified Diff: chrome_frame/test/net/test_automation_provider.cc

Issue 10918279: Provide mutable members of UrlRequestContext via pure-virtual interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address mmenke's comments Created 8 years, 2 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_frame/test/net/test_automation_provider.cc
diff --git a/chrome_frame/test/net/test_automation_provider.cc b/chrome_frame/test/net/test_automation_provider.cc
index 9012a19a3bc596116f40b07444560f5fd7963ced..fdd2ba1b99e626e573bc7e6447ac2fc9b5da1e00 100644
--- a/chrome_frame/test/net/test_automation_provider.cc
+++ b/chrome_frame/test/net/test_automation_provider.cc
@@ -93,6 +93,7 @@ net::URLRequestJob* TestAutomationProvider::Factory(
static int new_id = 0x00100000;
URLRequestAutomationJob* job = new URLRequestAutomationJob(
request, network_delegate,
+ request->context()->http_user_agent_settings(),
g_provider_instance_->tab_handle_, new_id++,
g_provider_instance_->automation_resource_message_filter_, false);
return job;

Powered by Google App Engine
This is Rietveld 408576698