Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 3e5c63b525358e122980b62081264ed373622457..4fbe8795e69a56c6c3d8d164777a57dd78083dff 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -490,6 +490,9 @@ const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs"; |
| // Chrome OS apps list. |
| const char kEnableContacts[] = "enable-contacts"; |
| +// Passes extension ID for private RTC api calls. |
| +const char kTestRtcExtensionId[] = "test-rtc-extension"; |
|
Mihai Parparita -not on Chrome
2012/09/05 04:42:47
Do you need an additional flag for this? kWhitelis
zel
2012/09/05 18:50:33
I used to send this event only to that particular
|
| + |
| // Enables web developers to create apps for Chrome without using crx packages. |
| const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps"; |