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

Unified Diff: chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/sync/test/integration/single_client_managed_user_settings_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc b/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc
index 6d229990bc024d54e31e213e9954e0a74c23d899..6fad88b957760cc471a7b57efde9535599c9460b 100644
--- a/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc
@@ -24,7 +24,7 @@ class SingleClientManagedUserSettingsSyncTest : public SyncTest {
// SyncTest overrides:
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
SyncTest::SetUpCommandLine(command_line);
- command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf");
+ command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
}
};
« no previous file with comments | « chrome/browser/sync/test/integration/profile_sync_service_harness.cc ('k') | chrome/browser/themes/custom_theme_supplier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698