| 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";
|
| +
|
| // Enables web developers to create apps for Chrome without using crx packages.
|
| const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
|
|
|
|
|