Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 512b245b1d73845f817914d5b692a870a7c76026..5e1ab74d5a73ba210d07b79e87d200069bd5cdcd 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"; |
|
Dmitry Titov
2012/09/05 21:47:47
Do you still need this switch?
zel
2012/09/05 22:06:21
Done.
|
| + |
| // Enables web developers to create apps for Chrome without using crx packages. |
| const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps"; |