| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 6b3dd6e223e747cf977ab080adf0c0ad5c2abab2..64331e303d33b70ed6a4b911de978120150e62a4 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2726,6 +2726,19 @@ const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
|
| const char kOmniboxEntitySuggestionsDescription[] =
|
| "Enable receiving entity suggestions in Omnibox.";
|
|
|
| +const char kGlobalErrorMenuIconName[] = "Global Error Menu Icon";
|
| +
|
| +const char kGlobalErrorMenuIconDescription[] =
|
| + "Changes the global error icon in the wrench menu.";
|
| +
|
| +const char kGlobalErrorMenuIconOldBehavior[] = "Old Behavior";
|
| +
|
| +const char kGlobalErrorMenuIconPersistentOpenedState[] =
|
| + "Persistent Opened State";
|
| +
|
| +const char kGlobalErrorMenuIconPersistentClosedState[] =
|
| + "Persistent Closed State";
|
| +
|
| #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
|
| // defined(OS_WIN)
|
|
|
|
|