Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(860)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10919086: Wired chrome.rtcPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698