| Index: chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.cc b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| index c67289d6709eb75f90e862b346d35164333c7727..3d78bada5ee070c3a65163bc88ef475bfd359f2c 100644
|
| --- a/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| +++ b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| @@ -75,8 +75,6 @@ std::string GetCategoryStatusName(CategoryStatus status) {
|
| return "ALL_SUGGESTIONS_EXPLICITLY_DISABLED";
|
| case CategoryStatus::CATEGORY_EXPLICITLY_DISABLED:
|
| return "CATEGORY_EXPLICITLY_DISABLED";
|
| - case CategoryStatus::SIGNED_OUT:
|
| - return "SIGNED_OUT";
|
| case CategoryStatus::LOADING_ERROR:
|
| return "LOADING_ERROR";
|
| }
|
|
|