| Index: chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc b/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc
|
| index 49d57ab839f22e87e6fe0c016e07cc7f399d84ab..d5df77a886c069e874ae0024a5a5329b184cb130 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc
|
| @@ -40,6 +40,13 @@ class ManageProfileHandlerTest : public testing::Test {
|
|
|
| handler_.reset(new TestManageProfileHandler(profile_));
|
| handler_->set_web_ui(&web_ui_);
|
| +
|
| + // Do initial fetch of available icons to AllowJavascript.
|
| + base::ListValue list_args;
|
| + list_args.Append(new base::StringValue("get-icons-callback-id"));
|
| + handler()->HandleGetAvailableIcons(&list_args);
|
| +
|
| + web_ui()->ClearTrackedCalls();
|
| }
|
|
|
| void VerifyIconList(const base::Value* value) {
|
|
|