| Index: chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| index 7d282a41009a3777f683f7e4c1bc52ccc2fe6ded..a6462eeacfbb5efbb074583192f1bde6db352e8d 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| @@ -60,7 +60,9 @@ class AppListServiceImplBrowserTest : public InProcessBrowserTest {
|
| // Test that showing a loaded profile for the first time is lazy and
|
| // synchronous. Then tests that showing a second loaded profile without
|
| // dismissing correctly switches profiles.
|
| -IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTest, ShowLoadedProfiles) {
|
| +// crbug.com/459649
|
| +IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTest,
|
| + DISABLED_ShowLoadedProfiles) {
|
| PrefService* local_state = g_browser_process->local_state();
|
| EXPECT_FALSE(local_state->HasPrefPath(prefs::kAppListProfile));
|
|
|
|
|