Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 0421950a78030c40f8466a94982a4a26090ba4f5..8febb2b0912bc4c2384924d85eca2eb5261939be 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2774,6 +2774,15 @@ const char kPauseBackgroundTabsName[] = "Pause background tabs"; |
const char kPauseBackgroundTabsDescription[] = |
"Pause timers in background tabs after 5 minutes on desktop."; |
+const char kGlobalErrorMenuIconName[] = "Global Error Menu Icon"; |
+const char kGlobalErrorMenuIconDescription[] = |
+ "Changes the global error icon in the wrench menu."; |
msw
2017/04/13 17:23:12
nit: s/wrench/app/?
spqchan
2017/04/13 22:52:42
Done.
|
+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) |