Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 7225a049a60a5afc4267ad025ec3e2b4b090c1f0..496d671cd755d9dc733330f2c037fd1a4bd02e31 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -98,6 +98,8 @@ extern const char kDiskCacheSize[]; |
| extern const char kDnsLogDetails[]; |
| extern const char kDumpBrowserHistograms[]; |
| extern const char kEasyUnlockAppPath[]; |
| +extern const char kEnableAddToShelf[]; |
|
ncarter (slow)
2017/07/26 21:22:35
This looks like a merge error.
cburn
2017/07/27 19:28:30
It is.
|
| +extern const char kEnableAggressiveProcessTracking[]; |
|
ncarter (slow)
2017/07/26 21:22:35
This flag should mention the task manager somehow,
cburn
2017/07/27 19:28:30
Done.
|
| extern const char kEnableAudioDebugRecordingsFromExtension[]; |
| extern const char kEnableAutomation[]; |
| extern const char kEnableBookmarkUndo[]; |