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

Unified Diff: chrome/common/url_constants.cc

Issue 2603043002: Add a Physical Web WebUI for Android (Closed)
Patch Set: static_cast Created 3 years, 11 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') | components/physical_web/webui/physical_web_base_message_handler.cc » ('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 36b95adc76194b54e29f550a42a2647636adb4c1..eebe88f89a01e5557a42db58ee8d7701a708c489 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -229,6 +229,7 @@ const char kChromeUINTPTilesInternalsHost[] = "ntp-tiles-internals";
const char kChromeUIOmniboxHost[] = "omnibox";
const char kChromeUIPasswordManagerInternalsHost[] =
"password-manager-internals";
+const char kChromeUIPhysicalWebHost[] = "physical-web";
const char kChromeUIPluginsHost[] = "plugins";
const char kChromeUIComponentsHost[] = "components";
const char kChromeUIPolicyHost[] = "policy";
« no previous file with comments | « chrome/common/url_constants.h ('k') | components/physical_web/webui/physical_web_base_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698