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

Unified Diff: chrome/common/url_constants.cc

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: Added the header file in DEPS Created 3 years, 6 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/DEPS ('k') | components/components_strings.grd » ('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 43f5492c3a119291c61447e183d1f4f9d9b9da29..1a4b74220c8f3a8a8745a74168d34c230b96c8d1 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "build/build_config.h"
#include "chrome/common/features.h"
+#include "components/safe_browsing/web_ui/constants.h"
#include "content/public/common/url_constants.h"
#include "extensions/features/features.h"
#include "media/media_features.h"
@@ -669,6 +670,7 @@ const char* const kChromeHostURLs[] = {
kChromeUISignInInternalsHost,
kChromeUISiteEngagementHost,
kChromeUINTPTilesInternalsHost,
+ safe_browsing::kChromeUISafeBrowsingHost,
kChromeUISuggestionsHost,
kChromeUISupervisedUserInternalsHost,
kChromeUISyncInternalsHost,
« no previous file with comments | « chrome/common/DEPS ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698