| Index: chrome/browser/ui/webui/settings/people_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/settings/people_handler_unittest.cc b/chrome/browser/ui/webui/settings/people_handler_unittest.cc
|
| index 5989a11145f338756de062a20a345b662b3ee94b..f95c200fff718500de2728362a9b923d87341927 100644
|
| --- a/chrome/browser/ui/webui/settings/people_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/settings/people_handler_unittest.cc
|
| @@ -220,6 +220,7 @@ class PeopleHandlerTest : public testing::Test {
|
| mock_pss_->Initialize();
|
|
|
| handler_.reset(new TestingPeopleHandler(&web_ui_, profile_));
|
| + handler_->AllowJavascript();
|
| }
|
|
|
| // Setup the expectations for calls made when displaying the config page.
|
|
|