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

Unified Diff: chrome/common/pref_names.cc

Issue 2827020: Adds a placeholder preference for disabling any video/voice chat functionalit... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
===================================================================
--- chrome/common/pref_names.cc (revision 50481)
+++ chrome/common/pref_names.cc (working copy)
@@ -779,6 +779,10 @@
// Number of keywords.
const wchar_t kNumKeywords[] = L"user_experience_metrics.num_keywords";
+// Placeholder preference for disabling voice / video chat if it is ever added.
+// Currently, this does not change any behavior.
+const wchar_t kDisableVideoAndChat[] = L"disable_video_chat";
+
// Whether Extensions are enabled.
const wchar_t kDisableExtensions[] = L"extensions.disabled";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698