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

Unified Diff: chrome/common/url_constants.cc

Issue 2130803002: Deleting the copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/url_constants.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index b994412b53166b1bfb9f526092a6cc90198dcc2c..e56f3ccda8b1159f2ac47a513d38a7bcaf8393d6 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -136,10 +136,6 @@ const char kChromeUITabModalConfirmDialogURL[] =
"chrome://tab-modal-confirm-dialog/";
#endif
-#if !defined(OS_ANDROID)
-const char kChromeUICopresenceURL[] = "chrome://copresence/";
-#endif
-
#if defined(ENABLE_WEBRTC)
const char kChromeUIWebRtcLogsURL[] = "chrome://webrtc-logs/";
#endif
@@ -325,10 +321,6 @@ const char kChromeUIMetroFlowHost[] = "make-metro";
const char kChromeUITabModalConfirmDialogHost[] = "tab-modal-confirm-dialog";
#endif
-#if !defined(OS_ANDROID)
-const char kChromeUICopresenceHost[] = "copresence";
-#endif
-
#if defined(ENABLE_WEBRTC)
const char kChromeUIWebRtcLogsHost[] = "webrtc-logs";
#endif
@@ -667,8 +659,6 @@ const char* const kChromeHostURLs[] = {
kChromeUIOfflineInternalsHost,
kChromeUIPopularSitesInternalsHost,
kChromeUISnippetsInternalsHost,
-#else // non-mobile
- kChromeUICopresenceHost,
#endif
#if defined(OS_CHROMEOS)
kChromeUICertificateManagerHost,
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698