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

Unified Diff: chrome/common/url_constants.h

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 762920e3a9c2fed06744470c1e03bd48fa33effa..fe850d3f489f4458d7a475c2a15843a14bcfe57b 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -133,6 +133,11 @@ extern const char kChromeUISalsaHost[];
extern const char kChromeUITabModalConfirmDialogURL[];
#endif
+#if !defined(OS_ANDROID) && !defined(OS_IOS)
+extern const char kChromeUICopresenceURL[];
+extern const char kChromeUICopresenceHost[];
+#endif
+
#if defined(ENABLE_WEBRTC)
extern const char kChromeUIWebRtcLogsURL[];
#endif

Powered by Google App Engine
This is Rietveld 408576698