Chromium Code Reviews| Index: chrome/browser/flag_descriptions.cc |
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
| index 01081dfa3c51b068687e20163c994d3edb4367d1..f34c9a96678995c7ecdca68fcb585afe9455c6a8 100644 |
| --- a/chrome/browser/flag_descriptions.cc |
| +++ b/chrome/browser/flag_descriptions.cc |
| @@ -2721,6 +2721,10 @@ const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions"; |
| const char kOmniboxEntitySuggestionsDescription[] = |
| "Enable receiving entity suggestions in Omnibox."; |
| +const char kPauseBackgroundTabsName[] = "Pause background tabs"; |
| +const char kPauseBackgroundTabsDescription[] = |
| + "Pause timers in background tabs after 5 minutes like on mobile."; |
|
panicker
2017/04/07 19:44:06
bit confusing, maybe mention desktop explicitly in
ojan
2017/04/08 02:28:53
Done. FWIW, it won't show up in about:flags on mob
|
| + |
| #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || |
| // defined(OS_WIN) |