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

Unified Diff: chrome/common/url_constants.h

Issue 2547523003: Move Physical Web diagnostics page to new home (Closed)
Patch Set: Created 4 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 58e447056b09cb3119a6b65f91e5362e9451ce80..417035d5593117195432675a8e98a4ad341886b3 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -98,7 +98,7 @@ extern const char kChromeUIJavaCrashURL[];
extern const char kChromeUINativeScheme[];
extern const char kChromeUINativeNewTabURL[];
extern const char kChromeUINativeBookmarksURL[];
-extern const char kChromeUINativePhysicalWebURL[];
+extern const char kChromeUINativePhysicalWebDiagnosticsURL[];
extern const char kChromeUINativeRecentTabsURL[];
#endif
@@ -261,7 +261,7 @@ extern const char kChromeUISandboxHost[];
#if defined(OS_ANDROID)
extern const char kChromeUIContextualSearchPromoHost[];
extern const char kChromeUIOfflineInternalsURL[];
-extern const char kChromeUIPhysicalWebHost[];
+extern const char kChromeUIPhysicalWebDiagnosticsHost[];
extern const char kChromeUIPopularSitesInternalsHost[];
extern const char kChromeUISnippetsInternalsHost[];
#endif

Powered by Google App Engine
This is Rietveld 408576698