Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 9443ec0d1d39a115b34bb751c868723ff3af010d..d886cdbcd4ca9df2be3a1d04a74ff77c60b1c1a3 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -372,6 +372,9 @@ const char kEasyUnlockAppPath[] = "easy-unlock-app-path"; |
| // app to their shelf (or platform-specific equivalent) |
| const char kEnableAddToShelf[] = "enable-add-to-shelf"; |
| +// If the WebRTC logging private API is active, enables AEC dumps. |
| +const char kEnableAecDumps[] = "enable-aec-dumps"; |
|
tommi (sloooow) - chröme
2015/12/17 11:03:26
nit: allow-aec-dumps-from-extension
Guido Urdaneta
2015/12/17 14:35:42
Done.
|
| + |
| // Enable OS integration for Chrome app file associations. |
| const char kEnableAppsFileAssociations[] = "enable-apps-file-associations"; |