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

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

Issue 14843009: Wire the device requisition parameter for enterprise enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mock Created 7 years, 7 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/cloud_policy_manager_browsertest.cc
diff --git a/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc b/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc
index f15bf243bdd04458cf6f1dbafc22e4d388e94675..a93b814918775fba7d21ffd7badbb1a3ef69caa4 100644
--- a/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc
+++ b/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc
@@ -121,7 +121,7 @@ class CloudPolicyManagerTest : public InProcessBrowserTest {
em::DeviceRegisterRequest::BROWSER;
#endif
policy_manager()->core()->client()->Register(
- registration_type, "bogus", std::string(), false);
+ registration_type, "bogus", std::string(), false, std::string());
run_loop.Run();
Mock::VerifyAndClearExpectations(&observer);
policy_manager()->core()->client()->RemoveObserver(&observer);
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_client_unittest.cc ('k') | chrome/browser/policy/cloud/mock_cloud_policy_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698