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

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 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";
+
// 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