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

Unified Diff: ios/chrome/browser/chrome_url_constants.cc

Issue 1380763003: [iOS] Integration of ChromeNetLog and NetExportUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup whitelist Created 5 years, 2 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 | « ios/chrome/browser/chrome_url_constants.h ('k') | ios/chrome/browser/ui/webui/net_export/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_url_constants.cc
diff --git a/ios/chrome/browser/chrome_url_constants.cc b/ios/chrome/browser/chrome_url_constants.cc
index 557064d33873bdc9b5b0334d1d1155c19903c756..d3f59619585bad62e7992fefc403e0003a015660 100644
--- a/ios/chrome/browser/chrome_url_constants.cc
+++ b/ios/chrome/browser/chrome_url_constants.cc
@@ -7,5 +7,6 @@
const char kChromeUINewTabURL[] = "chrome://newtab/";
const char kChromeUIExternalFileHost[] = "external-file";
+const char kChromeUINetExportHost[] = "net-export";
const char kChromeUIOmahaHost[] = "omaha";
const char kChromeUISyncInternalsHost[] = "sync-internals";
« no previous file with comments | « ios/chrome/browser/chrome_url_constants.h ('k') | ios/chrome/browser/ui/webui/net_export/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698