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

Unified Diff: chrome/common/pref_names.cc

Issue 444513005: Add the Copresence API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index bd63b9021f5bec66fcf199777b32a64dcea4e921..d9639f80b5ee1c11cedeaf0df94da5a00cfb1f39 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2298,4 +2298,7 @@ const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
// Whether DNS Quick Check is disabled in proxy resolution.
const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
+// The copresence device ID for this device.
+const char kCopresenceDeviceId[] = "apps.copresence.device_id";
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698