| Index: chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc
|
| diff --git a/chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc b/chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc
|
| index d775d984bc9f7243e90467ce5d4a63f647b304cb..5b5baf872a9be305b74f351275be2deb8c9d1e27 100644
|
| --- a/chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc
|
| +++ b/chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc
|
| @@ -47,7 +47,7 @@ void ManagedModeResourceThrottleTest::SetUpOnMainThread() {
|
|
|
| void ManagedModeResourceThrottleTest::SetUpCommandLine(
|
| CommandLine* command_line) {
|
| - command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf");
|
| + command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| }
|
|
|
| // Tests that showing the blocking interstitial for a WebContents without a
|
|
|