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 |