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

Unified Diff: chrome/browser/policy/device_management_service_browsertest.cc

Issue 8375039: Create a content::UrlFetcher interface that lives in content/public/common and convert users to i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 9 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/browser/policy/device_management_service_browsertest.cc
===================================================================
--- chrome/browser/policy/device_management_service_browsertest.cc (revision 107061)
+++ chrome/browser/policy/device_management_service_browsertest.cc (working copy)
@@ -90,7 +90,7 @@
IN_PROC_BROWSER_TEST_F(DeviceManagementServiceIntegrationTest,
CannedResponses) {
- URLFetcher::enable_interception_for_tests(true);
+ URLFetcher::SetEnableInterceptionForTests(true);
DeviceManagementService service(kServiceUrl);
service.ScheduleInitialization(0);
scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
« no previous file with comments | « chrome/browser/policy/device_management_service.cc ('k') | chrome/browser/policy/device_management_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698