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

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

Issue 25112004: Move statistics_provider to chromeos/system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, fix DeviceManagement Created 7 years, 3 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/cloud/device_management_service_browsertest.cc
diff --git a/chrome/browser/policy/cloud/device_management_service_browsertest.cc b/chrome/browser/policy/cloud/device_management_service_browsertest.cc
index 0e28e8600f0448ee201064ed3814ec0c12a1d456..2ea53a8fdf429d7112feef6a3139c94efc27852d 100644
--- a/chrome/browser/policy/cloud/device_management_service_browsertest.cc
+++ b/chrome/browser/policy/cloud/device_management_service_browsertest.cc
@@ -143,8 +143,7 @@ class DeviceManagementServiceIntegrationTest
g_browser_process->system_request_context(),
service_url,
"UserAgent",
- "UserAgentParam",
- "PlatformParam"));
+ "UserAgentParam"));
service_->ScheduleInitialization(0);
}

Powered by Google App Engine
This is Rietveld 408576698