Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 896638bc9050be0f7f3f3cfca370d9db8bced360..c4c6bc3f91dfa3b444a475ffbcbdbea68f0078cc 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -419,6 +419,10 @@ extern const char kCopresenceAuthenticatedDeviceId[]; |
extern const char kCopresenceAnonymousDeviceId[]; |
#endif |
+#if defined(ENABLE_WEBRTC) |
+extern const char kWebRTCMultipleRoutesEnabled[]; |
+#endif |
+ |
// Local state prefs. Please add Profile prefs above instead. |
extern const char kCertRevocationCheckingEnabled[]; |
extern const char kCertRevocationCheckingRequiredLocalAnchors[]; |