| Index: chrome/browser/extensions/extension_service_test_base.h
|
| diff --git a/chrome/browser/extensions/extension_service_test_base.h b/chrome/browser/extensions/extension_service_test_base.h
|
| index 66fd953555aa0ae19cb95d9b1b13fb87bf5ac56b..dea4f4ff86ff82c70b37dbd6adb7bb4aec2cb5d6 100644
|
| --- a/chrome/browser/extensions/extension_service_test_base.h
|
| +++ b/chrome/browser/extensions/extension_service_test_base.h
|
| @@ -44,9 +44,9 @@ class ExtensionServiceTestBase : public testing::Test {
|
| base::FilePath profile_path;
|
| base::FilePath pref_file;
|
| base::FilePath extensions_install_dir;
|
| - bool autoupdate_enabled; // defaults to false.
|
| - bool is_first_run; // defaults to true.
|
| - bool profile_is_managed; // defaults to false.
|
| + bool autoupdate_enabled; // defaults to false.
|
| + bool is_first_run; // defaults to true.
|
| + bool profile_is_supervised; // defaults to false.
|
|
|
| // Though you could use this constructor, you probably want to use
|
| // CreateDefaultInitParams(), and then make a change or two.
|
|
|